Skip to content

Commit

Permalink
fix: wrong version string
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Jul 18, 2023
1 parent f0b4dc0 commit d9e0922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/rubixdev/rug/RugServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
import org.jetbrains.annotations.Nullable;

public class RugServer implements CarpetExtension, ModInitializer {
public static final String VERSION = "1.3.7";
public static final String VERSION = "1.4.2";
public static final Logger LOGGER = LogManager.getLogger("Rug");

private static MinecraftServer minecraftServer;
Expand Down

0 comments on commit d9e0922

Please sign in to comment.