Skip to content

Commit

Permalink
1.4.84
Browse files Browse the repository at this point in the history
  • Loading branch information
gnembon committed Oct 18, 2022
1 parent 2b5e51b commit 4e9e59d
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 @@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx1G
fabric_version=0.58.6+1.19.2

# Mod Properties
mod_version = 1.4.83
mod_version = 1.4.84
maven_group = carpet
archives_base_name = fabric-carpet

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/carpet/CarpetSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
@SuppressWarnings({"CanBeFinal", "removal"}) // removal should be removed after migrating rules to the new system
public class CarpetSettings
{
public static final String carpetVersion = "1.4.83+v220727";
public static final String carpetVersion = "1.4.84+v221018";
public static final Logger LOG = LoggerFactory.getLogger("carpet");
public static final ThreadLocal<Boolean> skipGenerationChecks = ThreadLocal.withInitial(() -> false);
public static final ThreadLocal<Boolean> impendingFillSkipUpdates = ThreadLocal.withInitial(() -> false);
Expand Down

0 comments on commit 4e9e59d

Please sign in to comment.