version upped to 1.3

This commit is contained in:
Kwoth 2017-04-09 23:23:19 +02:00
parent 19160c6bbc
commit c9937a4fbe

View File

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