From 86fc6bc24dfe14d1a285f163630f8a5585697271 Mon Sep 17 00:00:00 2001 From: Tom Date: Sat, 18 Jan 2025 22:59:12 +0000 Subject: [PATCH] Version update to v4.7 --- TTS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS.cs b/TTS.cs index 7548113..4ab961f 100644 --- a/TTS.cs +++ b/TTS.cs @@ -23,7 +23,7 @@ namespace TwitchChatTTS public class TTS : IHostedService { public const int MAJOR_VERSION = 4; - public const int MINOR_VERSION = 6; + public const int MINOR_VERSION = 7; private readonly User _user; private readonly HermesApiClient _hermesApiClient;