updated version number to rc2 :D
This commit is contained in:
parent
cc08f71bc6
commit
c88d516345
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user