From f47685a17d9bb9ecb1f8b2cc13d6606db6269cd0 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 22 Oct 2024 07:55:37 +0000 Subject: [PATCH] Update to version 4.4 --- TTS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS.cs b/TTS.cs index a469c6d..fe6e7c7 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 = 3; + public const int MINOR_VERSION = 4; private readonly User _user; private readonly HermesApiClient _hermesApiClient;