From 8da205f4f954d03efa81cdf24c35645ef73ef8f8 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Tue, 19 Dec 2023 20:24:42 +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 59ead17c..d897e66b 100644 --- a/include/pocketpy/common.h +++ b/include/pocketpy/common.h @@ -23,7 +23,7 @@ #include #include -#define PK_VERSION "1.3.2" +#define PK_VERSION "1.3.3" #include "config.h" #include "export.h"