Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordmau5 committed Aug 5, 2024
1 parent 713b23a commit b6f955d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GTAChaos/src/utils/Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public enum VOTING_MODE

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

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

0 comments on commit b6f955d

Please sign in to comment.