From fe4cfa732fce07fea3ef164178f23e285d770f2f Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sat, 21 Oct 2017 12:15:23 +0200 Subject: [PATCH] Version upped to 2.0.0 --- NadekoBot.Core/Services/Impl/StatsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NadekoBot.Core/Services/Impl/StatsService.cs b/NadekoBot.Core/Services/Impl/StatsService.cs index e67e88b4..9fa1b86d 100644 --- a/NadekoBot.Core/Services/Impl/StatsService.cs +++ b/NadekoBot.Core/Services/Impl/StatsService.cs @@ -23,7 +23,7 @@ namespace NadekoBot.Core.Services.Impl private readonly IBotCredentials _creds; private readonly DateTime _started; - public const string BotVersion = "2.0.0-beta"; + public const string BotVersion = "2.0.0"; public string Author => "Kwoth#2560"; public string Library => "Discord.Net";