From 55bf23b9e677592b94ac025659b02560b77d8a88 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 26 Dec 2024 15:52:08 +0000 Subject: [PATCH] Increment Version to 1.2.0 --- ovos_gui/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_gui/version.py b/ovos_gui/version.py index 47264ed..1c3b4d0 100644 --- a/ovos_gui/version.py +++ b/ovos_gui/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 1 VERSION_MINOR = 2 VERSION_BUILD = 0 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK