Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 902b76d

Browse files
committed
Bump layout version to lucky number 13
1 parent 0682b41 commit 902b76d

File tree

1 file changed

+1
-1
lines changed
  • MicroEngineerProject/MicroEngineer/Utilities

1 file changed

+1
-1
lines changed

MicroEngineerProject/MicroEngineer/Utilities/Utility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static class Utility
1818
public static VesselComponent ActiveVessel;
1919
public static ManeuverNodeData CurrentManeuver;
2020
public static string LayoutPath = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "MicroLayout.json");
21-
public static int CurrentLayoutVersion = 12;
21+
public static int CurrentLayoutVersion = 13;
2222
private static ManualLogSource Logger = BepInEx.Logging.Logger.CreateLogSource("MicroEngineer.Utility");
2323
public static GameStateConfiguration GameState;
2424
public static MessageCenter MessageCenter;

0 commit comments

Comments
 (0)