From 793534588ec3491a88db67a937e301a86e493367 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 14 Oct 2024 23:56:28 +0000 Subject: [PATCH] Increment Version to 0.2.0a1 --- ovos_core/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_core/version.py b/ovos_core/version.py index 0a10cfd4a67..dc0a84e75d3 100644 --- a/ovos_core/version.py +++ b/ovos_core/version.py @@ -1,7 +1,7 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 -VERSION_MINOR = 1 -VERSION_BUILD = 4 +VERSION_MINOR = 2 +VERSION_BUILD = 0 VERSION_ALPHA = 1 # END_VERSION_BLOCK