Commit 89f622a 1 parent 335aedd commit 89f622a Copy full SHA for 89f622a
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ public class TrafficManagerMod : IUserMod {
23
23
#endif
24
24
25
25
// These values from `BuildConfig` class (`APPLICATION_VERSION` constants) in game file `Managed/Assembly-CSharp.dll` (use ILSpy to inspect them)
26
- public const uint GAME_VERSION = 188868112U ;
26
+ public const uint GAME_VERSION = 188868368U ;
27
27
public const uint GAME_VERSION_A = 1u ;
28
28
public const uint GAME_VERSION_B = 13u ;
29
29
public const uint GAME_VERSION_C = 0u ;
30
- public const uint GAME_VERSION_BUILD = 6u ;
30
+ public const uint GAME_VERSION_BUILD = 7u ;
31
31
32
32
// Use SharedAssemblyInfo.cs to modify TM:PE version
33
33
// External mods (eg. CSUR Toolbox) reference the versioning for compatibility purposes
You can’t perform that action at this time.
0 commit comments