Skip to content

Commit

Permalink
all: Bump version to 1.23.0-preview.
Browse files Browse the repository at this point in the history
Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Jan 2, 2024
1 parent 9feb068 commit 2037edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/mpconfig.h
Expand Up @@ -30,9 +30,9 @@
// as well as a fallback to generate MICROPY_GIT_TAG if the git repo or tags
// are unavailable.
#define MICROPY_VERSION_MAJOR 1
#define MICROPY_VERSION_MINOR 22
#define MICROPY_VERSION_MINOR 23
#define MICROPY_VERSION_MICRO 0
#define MICROPY_VERSION_PRERELEASE 0
#define MICROPY_VERSION_PRERELEASE 1

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

0 comments on commit 2037edb

Please sign in to comment.