Skip to content

Commit

Permalink
Bump revision
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffyStuff committed Apr 11, 2020
1 parent deb21f3 commit 4ea9c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Environment.vala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class Environment
private const int VERSION_MAJOR = 0;
private const int VERSION_MINOR = 2;
private const int VERSION_PATCH = 0;
private const int VERSION_REVIS = 2;
private const int VERSION_REVIS = 3;

public const int MIN_NAME_LENGTH = 2;
public const int MAX_NAME_LENGTH = 12;
Expand Down

0 comments on commit 4ea9c67

Please sign in to comment.