Skip to content

Commit b51a405

Browse files
codal_port: Bump micro:bit version to v2.0.0 final.
1 parent ac688f8 commit b51a405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codal_port/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
{ MP_ROM_QSTR(MP_QSTR_open), MP_ROM_PTR(&mp_builtin_open_obj) },
9797
#endif
9898

99-
#define MICROBIT_RELEASE "2.0.0-beta.5"
99+
#define MICROBIT_RELEASE "2.0.0"
100100
#define MICROBIT_BOARD_NAME "micro:bit"
101101
#define MICROPY_HW_BOARD_NAME MICROBIT_BOARD_NAME " v" MICROBIT_RELEASE
102102
#define MICROPY_HW_MCU_NAME "nRF52833"

0 commit comments

Comments
 (0)