Safe to call this 1.0?

This commit is contained in:
Kwoth 2016-12-28 20:09:27 +01:00
parent 14efe7f456
commit 8788b284bf

View File

@ -15,7 +15,7 @@ namespace NadekoBot.Services.Impl
private ShardedDiscordClient client;
private DateTime started;
public const string BotVersion = "1.0-rc2";
public const string BotVersion = "1.0.0";
public string Author => "Kwoth#2560";
public string Library => "Discord.Net";