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;