From ddace5bd99507950705418299c0bb7a3508ae881 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:54:35 +0000 Subject: [PATCH] Update version.py --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 27d175a..f15eb29 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 6 +VERSION_BUILD = 7 VERSION_ALPHA = 0 # END_VERSION_BLOCK