10000 all: Bump version to 1.20.0. · micropython/micropython@294baf5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 294baf5

Browse files
committed
all: Bump version to 1.20.0.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 57ca8b7 commit 294baf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/mpconfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
// Current version of MicroPython
3030
#define MICROPY_VERSION_MAJOR 1
31-
#define MICROPY_VERSION_MINOR 19
32-
#define MICROPY_VERSION_MICRO 1
31+
#define MICROPY_VERSION_MINOR 20
32+
#define MICROPY_VERSION_MICRO 0
3333

3434
// Combined version as a 32-bit number for convenience
3535
#define MICROPY_VERSION ( \

0 commit comments

Comments
 (0)
0