From 34b0c406e0d01fc1762e3ce6a2c6c113d289f5b3 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Mon, 15 Jan 2024 14:59:29 +0800 Subject: [PATCH] ... --- docs/retype.yml | 2 +- include/pocketpy/common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/retype.yml b/docs/retype.yml index d3a20b48..6deb0e11 100644 --- a/docs/retype.yml +++ b/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: diff --git a/include/pocketpy/common.h b/include/pocketpy/common.h index 80bf4816..2ecdf6c0 100644 --- a/include/pocketpy/common.h +++ b/include/pocketpy/common.h @@ -21,7 +21,7 @@ #include #include -#define PK_VERSION "1.3.8" +#define PK_VERSION "1.3.9" #include "config.h" #include "export.h"