Version update to '4.1'.

This commit is contained in:
Tom 2024-08-07 23:26:14 +00:00
parent 3eb0deb770
commit e83cf5b95e

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