From 8cd15829e293f01dae91b6a2d4a995bfaeca887b Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 20 Feb 2024 22:59:55 +1100 Subject: [PATCH] all: Bump version to 1.22.2. Signed-off-by: Damien George --- py/mpconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/mpconfig.h b/py/mpconfig.h index e0d1ad44eb..627388c670 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -31,7 +31,7 @@ // are unavailable. #define MICROPY_VERSION_MAJOR 1 #define MICROPY_VERSION_MINOR 22 -#define MICROPY_VERSION_MICRO 1 +#define MICROPY_VERSION_MICRO 2 #define MICROPY_VERSION_PRERELEASE 0 // Combined version as a 32-bit number for convenience to allow version