Skip to content

Commit

Permalink
Use comment instead of System.Version
Browse files Browse the repository at this point in the history
`System.Version` indicates slightly different information than semantic
versioning.
  • Loading branch information
mminer committed Mar 19, 2020
1 parent 9f0ecc8 commit 212ec63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Console.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ namespace Consolation
{
/// <summary>
/// A console to display Unity's debug logs in-game.
///
/// Version: 1.1.0
/// </summary>
class Console : MonoBehaviour
{
public static Version version = new Version(1, 0, 1);

#region Inspector Settings

/// <summary>
Expand Down

0 comments on commit 212ec63

Please sign in to comment.