Version update to 4.5

This commit is contained in:
Tom 2024-12-03 02:39:46 +00:00
parent 850c09cfff
commit db1d57c218

2
TTS.cs
View File

@ -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;