Version update to 4.3

This commit is contained in:
Tom 2024-08-12 20:13:44 +00:00
parent a38e08c14d
commit a837a6926d

2
TTS.cs
View File

@ -20,7 +20,7 @@ namespace TwitchChatTTS
public class TTS : IHostedService
{
public const int MAJOR_VERSION = 4;
public const int MINOR_VERSION = 2;
public const int MINOR_VERSION = 3;
private readonly User _user;
private readonly HermesApiClient _hermesApiClient;