10000 all: Bump version to 1.22.0. · micropython/micropython@9feb068 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9feb068

Browse files
committed
all: Bump version to 1.22.0.
Signed-off-by: Damien George <damien@micropython.org>
1 parent d014c82 commit 9feb068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/mpconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#define MICROPY_VERSION_MAJOR 1
3333
#define MICROPY_VERSION_MINOR 22
3434
#define MICROPY_VERSION_MICRO 0
35-
#define MICROPY_VERSION_PRERELEASE 1
35+
#define MICROPY_VERSION_PRERELEASE 0
3636

3737
// Combined version as a 32-bit number for convenience to allow version
3838
// comparison. Doesn't include prerelease state.

0 commit comments

Comments
 (0)
0