From 3340c6e1de2a9f1a6fcfff4d7a3cc742da3e911b Mon Sep 17 00:00:00 2001 From: NeonDaniel Date: Thu, 20 Jul 2023 03:22:07 +0000 Subject: [PATCH] Increment Version to 0.0.3 --- 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 10ab25c..23532c1 100644 --- a/ovos_gui/version.py +++ b/ovos_gui/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 3 -VERSION_ALPHA = 11 +VERSION_ALPHA = 0 # END_VERSION_BLOCK