From 62e283c9f899bb0058d763b1acd386a82df9c400 Mon Sep 17 00:00:00 2001 From: ForLoveOfCats Date: Sat, 22 Jun 2019 10:13:13 -0400 Subject: [PATCH] Official 0.1.3 release --- Game/Game.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Game/Game.cs b/Game/Game.cs index a7edbdd..8e1bbb4 100644 --- a/Game/Game.cs +++ b/Game/Game.cs @@ -4,7 +4,7 @@ public class Game : Node { - public const string Version = "0.1.3-dev"; //Yes it's a string shush + public const string Version = "0.1.3"; //Yes it's a string shush public static string RemoteVersion = null; //What is the latest version available online public const string DefaultNickname = "BrianD";