Skip to content

Commit fcdfe7d

Browse files
committed
v3.2.4
1 parent 428e162 commit fcdfe7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GTAChaos/src/utils/Shared.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public enum VOTING_MODE
1515

1616
public static int MAJOR_VERSION = 3;
1717
public static int MINOR_VERSION = 2;
18-
public static int EXTRA_VERSION = 3;
18+
public static int EXTRA_VERSION = 4;
1919

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

0 commit comments

Comments
 (0)