diff --git a/TTS.cs b/TTS.cs index b82133d..fd0c1c6 100644 --- a/TTS.cs +++ b/TTS.cs @@ -21,7 +21,7 @@ namespace TwitchChatTTS public class TTS : IHostedService { public const int MAJOR_VERSION = 4; - public const int MINOR_VERSION = 4; + public const int MINOR_VERSION = 5; private readonly User _user; private readonly HermesApiClient _hermesApiClient;