Skip to content

Commit 89f622a

Browse files
committed
Game version bump to 1.13 Final Release version
1 parent 335aedd commit 89f622a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TLM/TLM/TrafficManagerMod.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ public class TrafficManagerMod : IUserMod {
2323
#endif
2424

2525
// 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;
2727
public const uint GAME_VERSION_A = 1u;
2828
public const uint GAME_VERSION_B = 13u;
2929
public const uint GAME_VERSION_C = 0u;
30-
public const uint GAME_VERSION_BUILD = 6u;
30+
public const uint GAME_VERSION_BUILD = 7u;
3131

3232
// Use SharedAssemblyInfo.cs to modify TM:PE version
3333
// External mods (eg. CSUR Toolbox) reference the versioning for compatibility purposes

0 commit comments

Comments
 (0)