From e83cf5b95e0407164b86d4f0c0061ce21571333a Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 7 Aug 2024 23:26:14 +0000 Subject: [PATCH] Version update to '4.1'. --- TTS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS.cs b/TTS.cs index 74ba7a3..a1eaa8d 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 = 0; + public const int MINOR_VERSION = 1; private readonly User _user; private readonly HermesApiClient _hermesApiClient;