Version update to 4.2
This commit is contained in:
parent
658f5a9ce4
commit
2643feeca7
2
TTS.cs
2
TTS.cs
@ -23,7 +23,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 = 1;
|
public const int MINOR_VERSION = 2;
|
||||||
|
|
||||||
private readonly User _user;
|
private readonly User _user;
|
||||||
private readonly HermesApiClient _hermesApiClient;
|
private readonly HermesApiClient _hermesApiClient;
|
||||||
|
Loading…
Reference in New Issue
Block a user