From 30d47cdda58bd5e2e8994f9b3d2f0bcc4a16440f Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 26 Dec 2024 22:00:22 +0000 Subject: [PATCH] Increment Version to 0.3.7a1 --- 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 315140dd474..bdfc684e3a0 100644 --- a/ovos_core/version.py +++ b/ovos_core/version.py @@ -1,8 +1,8 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 3 -VERSION_BUILD = 6 -VERSION_ALPHA = 3 +VERSION_BUILD = 7 +VERSION_ALPHA = 1 # END_VERSION_BLOCK # for compat with old imports