From a006c46c9d34a4d9626b160ae5f9cb6edca1c586 Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Mon, 25 Sep 2023 18:58:41 +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 bb9971b0..c514b230 100644 --- a/include/pocketpy/common.h +++ b/include/pocketpy/common.h @@ -22,7 +22,7 @@ #include #include -#define PK_VERSION "1.2.2" +#define PK_VERSION "1.2.3" #include "config.h" #include "export.h"