Skip to content

Commit 688dccc

Browse files
committed
v3.3.0
1 parent 6d26e12 commit 688dccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GTAChaos/src/utils/Shared.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ public enum VOTING_MODE
1414
};
1515

1616
public static int MAJOR_VERSION = 3;
17-
public static int MINOR_VERSION = 2;
18-
public static int EXTRA_VERSION = 5;
17+
public static int MINOR_VERSION = 3;
18+
public static int EXTRA_VERSION = 0;
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)