Update to version 4.6
This commit is contained in:
parent
86590f1c7f
commit
b74b1d70f3
2
TTS.cs
2
TTS.cs
@ -21,7 +21,7 @@ namespace TwitchChatTTS
|
|||||||
public class TTS : IHostedService
|
public class TTS : IHostedService
|
||||||
{
|
{
|
||||||
public const int MAJOR_VERSION = 4;
|
public const int MAJOR_VERSION = 4;
|
||||||
public const int MINOR_VERSION = 5;
|
public const int MINOR_VERSION = 6;
|
||||||
|
|
||||||
private readonly User _user;
|
private readonly User _user;
|
||||||
private readonly HermesApiClient _hermesApiClient;
|
private readonly HermesApiClient _hermesApiClient;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user