From c6b44800be34cb00142cfaec7aa313aa0933418d Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Wed, 29 Nov 2023 00:54:38 +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 c704d9e1..6e25e533 100644 --- a/include/pocketpy/common.h +++ b/include/pocketpy/common.h @@ -23,7 +23,7 @@ #include #include -#define PK_VERSION "1.3.0" +#define PK_VERSION "1.3.1" #include "config.h" #include "export.h"