Skip to content

Commit

Permalink
Update FCL.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Fexcraft committed Apr 6, 2021
1 parent 13ca1bc commit 4853074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/fexcraft/lib/mc/FCL.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
public class FCL {

public static final String prefix = TextFormatting.BLACK + "[" + TextFormatting.DARK_AQUA + "FCL" + TextFormatting.BLACK + "]" + TextFormatting.GRAY + " ";
public static final String version = "1.12.62";
public static final String version = "1.12.63";
public static final String mcv = "1.12.2";
public static final UUID[] authors = new UUID[]{ UUID.fromString("01e4af9b-2a30-471e-addf-f6338ffce04b") };
@Mod.Instance("fcl")
Expand Down

0 comments on commit 4853074

Please sign in to comment.