From 482a5499d6618b5e2a1121863b41049edda2a702 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 19 Nov 2024 12:12:40 +0000 Subject: [PATCH] Increment Version to 0.1.8a2 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 1f23b296..4de9d9c2 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 1 VERSION_BUILD = 8 -VERSION_ALPHA = 1 +VERSION_ALPHA = 2 # END_VERSION_BLOCK