Skip to content

Commit 1a83bbd

Browse files
Match micro:bit MicroPython version. (#77)
Would be nice to automate but this will do for now.
1 parent 1f6405a commit 1a83bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
{ MP_ROM_QSTR(MP_QSTR_open), MP_ROM_PTR(&mp_builtin_open_obj) },
101101
#endif
102102

103-
#define MICROBIT_RELEASE "2.0.0"
103+
#define MICROBIT_RELEASE "2.1.0"
104104
#define MICROBIT_BOARD_NAME "micro:bit"
105105
#define MICROPY_HW_BOARD_NAME MICROBIT_BOARD_NAME " v" MICROBIT_RELEASE
106106
#define MICROPY_HW_MCU_NAME "nRF52833"

0 commit comments

Comments
 (0)