From 29f98102efb395e1b2f2aebbaa7bed6532fd52ff Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 25 Nov 2024 14:20:55 +0000 Subject: [PATCH] Increment Version to 0.1.12a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 9edd982..e483b04 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 1 -VERSION_BUILD = 11 -VERSION_ALPHA = 0 +VERSION_BUILD = 12 +VERSION_ALPHA = 1 # END_VERSION_BLOCK