From a837a6926d3285c2599665014463386e8636f6e1 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 12 Aug 2024 20:13:44 +0000 Subject: [PATCH] Version update to 4.3 --- TTS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS.cs b/TTS.cs index b415756..a469c6d 100644 --- a/TTS.cs +++ b/TTS.cs @@ -20,7 +20,7 @@ namespace TwitchChatTTS public class TTS : IHostedService { public const int MAJOR_VERSION = 4; - public const int MINOR_VERSION = 2; + public const int MINOR_VERSION = 3; private readonly User _user; private readonly HermesApiClient _hermesApiClient;