Skip to content

Commit 2037edb

Browse files
committed
all: Bump version to 1.23.0-preview.
Signed-off-by: Damien George <[email protected]>
1 parent 9feb068 commit 2037edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/mpconfig.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
// as well as a fallback to generate MICROPY_GIT_TAG if the git repo or tags
3131
// are unavailable.
3232
#define MICROPY_VERSION_MAJOR 1
33-
#define MICROPY_VERSION_MINOR 22
33+
#define MICROPY_VERSION_MINOR 23
3434
#define MICROPY_VERSION_MICRO 0
35-
#define MICROPY_VERSION_PRERELEASE 0
35+
#define MICROPY_VERSION_PRERELEASE 1
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)