Skip to content

Commit

Permalink
verbump
Browse files Browse the repository at this point in the history
  • Loading branch information
gnembon committed Jun 4, 2019
1 parent d9d4ba0 commit 6f73412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/carpet/CarpetSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public class CarpetSettings
{
public static boolean locked = false;
public static final String carpetVersion = "v19_05_25";
public static final String carpetVersion = "v19_06_04";

public static final Logger LOG = LogManager.getLogger();
private static final Map<String, CarpetSettingEntry> settings_store;
Expand Down

0 comments on commit 6f73412

Please sign in to comment.