From b74b1d70f3e4ae58975bbb679c36488b7904db8b Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 14 Jan 2025 01:28:34 +0000 Subject: [PATCH] Update to version 4.6 --- TTS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS.cs b/TTS.cs index fd0c1c6..273d160 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 = 5; + public const int MINOR_VERSION = 6; private readonly User _user; private readonly HermesApiClient _hermesApiClient;