From 378bb5e669291d755a2a920fb21b6878c7a0d381 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 9 Dec 2024 21:15:29 +0000 Subject: [PATCH] Increment Version to 0.3.4a1 --- 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 adc2418ffc0..56f03e9ea50 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 = 3 -VERSION_ALPHA = 0 +VERSION_BUILD = 4 +VERSION_ALPHA = 1 # END_VERSION_BLOCK # for compat with old imports