From f77975853aaf5181a425ce1cae6c9ca0bd6248e7 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 15 Jan 2025 23:23:36 +0000 Subject: [PATCH] Increment Version to 0.1.2a1 --- ovos_stt_http_server/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_stt_http_server/version.py b/ovos_stt_http_server/version.py index bbc2a72..0349344 100644 --- a/ovos_stt_http_server/version.py +++ b/ovos_stt_http_server/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 1 -VERSION_BUILD = 1 -VERSION_ALPHA = 0 +VERSION_BUILD = 2 +VERSION_ALPHA = 1 # END_VERSION_BLOCK