From 14f079d07b0b1ee82958138de74997dd52492b95 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Wed, 17 May 2017 14:36:37 +0200 Subject: [PATCH] Version upped --- src/NadekoBot/Services/Impl/StatsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index b567a72b..ec8fa312 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -16,7 +16,7 @@ namespace NadekoBot.Services.Impl private readonly DiscordShardedClient _client; private readonly DateTime _started; - public const string BotVersion = "1.3a"; + public const string BotVersion = "1.3b"; public string Author => "Kwoth#2560"; public string Library => "Discord.Net";