From ed652a84a1ddc85b44ec0e1d43f12af1e60c7f3d Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 30 Dec 2023 01:14:30 +0000 Subject: [PATCH] Increment Version to 0.0.4a8 --- ovos_messagebus/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_messagebus/version.py b/ovos_messagebus/version.py index e27dc7e..c4e4681 100644 --- a/ovos_messagebus/version.py +++ b/ovos_messagebus/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 4 -VERSION_ALPHA = 7 +VERSION_ALPHA = 8 # END_VERSION_BLOCK