Version upped to 1.3a

This commit is contained in:
Kwoth
2017-04-10 20:03:33 +02:00
parent ade2b69a86
commit a0d93c93c2
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ namespace NadekoBot.Services.Impl
private readonly DiscordShardedClient _client;
private readonly DateTime _started;
public const string BotVersion = "1.3";
public const string BotVersion = "1.3a";
public string Author => "Kwoth#2560";
public string Library => "Discord.Net";