Version update to 4.2

This commit is contained in:
Tom 2024-08-12 07:55:15 +00:00
parent 658f5a9ce4
commit 2643feeca7

2
TTS.cs
View File

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