all: Bump version to 1.20.0.

Signed-off-by: Damien George <damien@micropython.org>
pull/10955/merge v1.20.0
Damien George 2023-04-26 15:42:28 +10:00
rodzic 57ca8b71ee
commit 294baf52b3
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -28,8 +28,8 @@
// Current version of MicroPython
#define MICROPY_VERSION_MAJOR 1
#define MICROPY_VERSION_MINOR 19
#define MICROPY_VERSION_MICRO 1
#define MICROPY_VERSION_MINOR 20
#define MICROPY_VERSION_MICRO 0
// Combined version as a 32-bit number for convenience
#define MICROPY_VERSION ( \