From a26b7b7e0f061814d5b1fc025ec6171321edd57f Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 16 Oct 2024 03:15:41 +0000 Subject: [PATCH] Increment Version to 0.2.4 --- ovos_core/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_core/version.py b/ovos_core/version.py index f1ef6e38f42..341e80c2656 100644 --- a/ovos_core/version.py +++ b/ovos_core/version.py @@ -2,7 +2,7 @@ VERSION_MAJOR = 0 VERSION_MINOR = 2 VERSION_BUILD = 4 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK # for compat with old imports