From b7a77d620666adac30ef7c62670975a6cd2456be Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 31 Oct 2024 19:45:08 +0000 Subject: [PATCH] Increment Version to 0.2.6 --- ovos_PHAL/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_PHAL/version.py b/ovos_PHAL/version.py index c3a9ffa..27d175a 100644 --- a/ovos_PHAL/version.py +++ b/ovos_PHAL/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 2 VERSION_BUILD = 6 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK