From 6f75c4f3cd393131579db70cdf0b35d1fe5b95ab Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 29 May 2019 16:38:10 +1000 Subject: all: Bump version to 1.11. --- py/mpconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py') diff --git a/py/mpconfig.h b/py/mpconfig.h index 2d857d8f6..219f8de44 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -28,7 +28,7 @@ // Current version of MicroPython #define MICROPY_VERSION_MAJOR 1 -#define MICROPY_VERSION_MINOR 10 +#define MICROPY_VERSION_MINOR 11 #define MICROPY_VERSION_MICRO 0 // Combined version as a 32-bit number for convenience -- cgit v1.2.3