Skip to content

Commit

Permalink
Add version number to main class
Browse files Browse the repository at this point in the history
  • Loading branch information
mminer committed Feb 25, 2018
1 parent 3891cfa commit 337c733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Console.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ namespace Consolation
/// </summary>
class Console : MonoBehaviour
{
public static Version version = new Version(1, 0, 0);

#region Inspector Settings

/// <summary>
Expand Down

0 comments on commit 337c733

Please sign in to comment.