Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Official 0.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ForLoveOfCats committed Nov 23, 2019
1 parent afff856 commit a61d395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Game/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class Game : Node
{
public const string Version = "0.1.6-dev"; //Yes it's a string shush
public const string Version = "0.1.6"; //Yes it's a string shush
public static string RemoteVersion = null; //What is the latest version available online
public const string DefaultNickname = "BrianD";

Expand Down

0 comments on commit a61d395

Please sign in to comment.