瀏覽代碼

update version code

blueloveTH 1 年之前
父節點
當前提交
2e4dde2a7a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/pocketpy/config.h

+ 2 - 2
include/pocketpy/config.h

@@ -1,10 +1,10 @@
 #pragma once
 // clang-format off
 
-#define PK_VERSION				"2.0.0"
+#define PK_VERSION				"2.0.1"
 #define PK_VERSION_MAJOR            2
 #define PK_VERSION_MINOR            0
-#define PK_VERSION_PATCH            0
+#define PK_VERSION_PATCH            1
 
 /*************** feature settings ***************/