From ca2c1a4e9bee092787abfeaa935ebfbeae398b1a Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Thu, 14 Sep 2023 10:39:46 +0800 Subject: [PATCH] ... --- include/pocketpy/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pocketpy/common.h b/include/pocketpy/common.h index cb3c3ca1..50344845 100644 --- a/include/pocketpy/common.h +++ b/include/pocketpy/common.h @@ -21,7 +21,7 @@ #include #include -#define PK_VERSION "1.1.9" +#define PK_VERSION "1.2.0" #include "config.h" #include "export.h"