From 2643feeca7b080c829df2f42fe981327fe2c26e2 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 12 Aug 2024 07:55:15 +0000 Subject: [PATCH] Version update to 4.2 --- TTS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS.cs b/TTS.cs index 9a52de0..6e201b9 100644 --- a/TTS.cs +++ b/TTS.cs @@ -23,7 +23,7 @@ namespace TwitchChatTTS public class TTS : IHostedService { public const int MAJOR_VERSION = 4; - public const int MINOR_VERSION = 1; + public const int MINOR_VERSION = 2; private readonly User _user; private readonly HermesApiClient _hermesApiClient;