diff --git a/TTS.cs b/TTS.cs index 7548113..4ab961f 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 = 6; + public const int MINOR_VERSION = 7; private readonly User _user; private readonly HermesApiClient _hermesApiClient;