Skip to content

Commit

Permalink
Change version to 1.2RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai-Z-JP committed Jun 5, 2021
1 parent 3a1cc6f commit f0ab5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jp/ngt/rtm/RTMCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@Mod(modid = RTMCore.MODID, name = "RealTrainMod", version = RTMCore.VERSION)
public final class RTMCore {
public static final String MODID = "RTM";
public static final String VERSION = "1.7.10.41_KaizPatchX1.1RC2";
public static final String VERSION = "1.7.10.41_KaizPatchX1.2RC1";

@Instance(MODID)
public static RTMCore instance;
Expand Down

0 comments on commit f0ab5ce

Please sign in to comment.