From 3797fbd4396ef4b2f066699715c5a0fc52642d84 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Thu, 25 May 2017 16:11:21 +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 adfb34ba..4be17dd0 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -18,7 +18,7 @@ namespace NadekoBot.Services.Impl private readonly IBotCredentials _creds; private readonly DateTime _started; - public const string BotVersion = "1.4"; + public const string BotVersion = "1.41-alpha"; public string Author => "Kwoth#2560"; public string Library => "Discord.Net";