From e6de105478516862c1e858889b1882f470e7cb26 Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Thu, 26 Mar 2026 22:40:05 -0400 Subject: [PATCH] v0.0.8 - Implement voice commands tab with key combo capture and runtime trigger processing --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index b1de9df..eebe05c 100644 --- a/src/version.h +++ b/src/version.h @@ -1,9 +1,9 @@ #ifndef VOICE_VERSION_H #define VOICE_VERSION_H -#define VOICE_LINUX_VERSION "v0.0.7" +#define VOICE_LINUX_VERSION "v0.0.8" #define VOICE_LINUX_VERSION_MAJOR 0 #define VOICE_LINUX_VERSION_MINOR 0 -#define VOICE_LINUX_VERSION_PATCH 7 +#define VOICE_LINUX_VERSION_PATCH 8 #endif