From 6256122c0f45d539910e484f6c62bea15b927d1c Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 5 Nov 2024 03:26:29 +0000 Subject: [PATCH] Increment Version to 0.3.6a1 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 67bb1b7..94f2b5f 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 3 -VERSION_BUILD = 5 +VERSION_BUILD = 6 VERSION_ALPHA = 1 # END_VERSION_BLOCK