Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordmau5 committed Jan 15, 2023
1 parent 79a7996 commit 71c5545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GTAChaos/src/utils/Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public enum VOTING_MODE
};

public static int MAJOR_VERSION = 3;
public static int MINOR_VERSION = 1;
public static int EXTRA_VERSION = 3;
public static int MINOR_VERSION = 2;
public static int EXTRA_VERSION = 0;

public static Version Version = new(MAJOR_VERSION, MINOR_VERSION, EXTRA_VERSION);
public static string GetVersionString(bool debug = false)
Expand Down

0 comments on commit 71c5545

Please sign in to comment.