updated version number to rc2 :D

This commit is contained in:
Kwoth 2016-11-10 02:02:22 +01:00
parent cc08f71bc6
commit c88d516345

View File

@ -19,7 +19,7 @@ namespace NadekoBot.Services.Impl
private DateTime started;
private int commandsRan = 0;
public const string BotVersion = "1.0-rc1";
public const string BotVersion = "1.0-rc2";
public string Heap => Math.Round((double)GC.GetTotalMemory(false) / 1.MiB(), 2).ToString();