blueloveTH hace 2 años
padre
commit
34b0c406e0
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      docs/retype.yml
  2. 1 1
      include/pocketpy/common.h

+ 1 - 1
docs/retype.yml

@@ -3,7 +3,7 @@ output: .retype
 url: https://pocketpy.dev
 branding:
   title: pocketpy
-  label: v1.3.8
+  label: v1.3.9
   logo: "./static/logo.png"
 favicon: "./static/logo.png"
 meta:

+ 1 - 1
include/pocketpy/common.h

@@ -21,7 +21,7 @@
 #include <random>
 #include <deque>
 
-#define PK_VERSION				"1.3.8"
+#define PK_VERSION				"1.3.9"
 
 #include "config.h"
 #include "export.h"