Update to version 4.4

This commit is contained in:
Tom 2024-10-22 07:55:37 +00:00
parent 69de352318
commit f47685a17d

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 = 3;
public const int MINOR_VERSION = 4;
private readonly User _user;
private readonly HermesApiClient _hermesApiClient;