Skip to content

Commit

Permalink
v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordmau5 committed Aug 7, 2024
1 parent 1965a33 commit b89e523
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 = 2;
public static int EXTRA_VERSION = 3;

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

0 comments on commit b89e523

Please sign in to comment.