Skip to content

Commit

Permalink
v1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Aug 3, 2022
1 parent 2a4c16a commit dde4188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ org.gradle.jvmargs=-Xmx4G
carpet_core_version=1.4.83+v220727

# Mod Properties
mod_version = 1.3.6
mod_version = 1.3.7
maven_group = de.rubixdev.rug
archives_base_name = rug

Expand Down
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 @@ -60,7 +60,7 @@
import org.jetbrains.annotations.Nullable;

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

private static MinecraftServer minecraftServer;
Expand Down

0 comments on commit dde4188

Please sign in to comment.