From 084303009745259fce4eb064f6c940910200c485 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 19 Nov 2024 11:54:03 +0000 Subject: [PATCH] Increment Version to 0.3.8a2 --- ovos_utils/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_utils/version.py b/ovos_utils/version.py index c34c86a..ada353a 100644 --- a/ovos_utils/version.py +++ b/ovos_utils/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 3 VERSION_BUILD = 8 -VERSION_ALPHA = 1 +VERSION_ALPHA = 2 # END_VERSION_BLOCK