all: Bump version to 1.22.0.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2023-12-27 15:35:31 +11:00
parent d014c82826
commit 9feb0689ee
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#define MICROPY_VERSION_MAJOR 1
#define MICROPY_VERSION_MINOR 22
#define MICROPY_VERSION_MICRO 0
#define MICROPY_VERSION_PRERELEASE 1
#define MICROPY_VERSION_PRERELEASE 0
// Combined version as a 32-bit number for convenience to allow version
// comparison. Doesn't include prerelease state.