Version update to v4.7

This commit is contained in:
Tom
2025-01-18 22:59:12 +00:00
parent c4e651ff7f
commit 86fc6bc24d

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