forgot to up the version

This commit is contained in:
Kwoth 2017-03-28 10:56:51 +02:00
parent 1704f93218
commit e982b0fc18

View File

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