From 973a1d2945703f39a71b2e4c4f7c8a1d387cb8a7 Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Wed, 26 Jul 2023 15:28:08 +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 8d771bf0..5ce4cc74 100644 --- a/include/pocketpy/common.h +++ b/include/pocketpy/common.h @@ -20,7 +20,7 @@ #include #include -#define PK_VERSION "1.1.0" +#define PK_VERSION "1.1.1" #include "config.h" #include "export.h"