From db1d57c218d26960323179fe8931cdcb7d063bc3 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 3 Dec 2024 02:39:46 +0000 Subject: [PATCH] Version update to 4.5 --- TTS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS.cs b/TTS.cs index b82133d..fd0c1c6 100644 --- a/TTS.cs +++ b/TTS.cs @@ -21,7 +21,7 @@ namespace TwitchChatTTS public class TTS : IHostedService { public const int MAJOR_VERSION = 4; - public const int MINOR_VERSION = 4; + public const int MINOR_VERSION = 5; private readonly User _user; private readonly HermesApiClient _hermesApiClient;