From 2e4dde2a7a18443ea76ee5531d6f3ec2b734d2e7 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Wed, 30 Oct 2024 14:57:57 +0800 Subject: [PATCH] update version code --- include/pocketpy/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/pocketpy/config.h b/include/pocketpy/config.h index 5876052e..e138f6bb 100644 --- a/include/pocketpy/config.h +++ b/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 ***************/