Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gnembon committed Oct 10, 2018
1 parent 078aef5 commit 22fbc24
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 @@ -36,7 +36,7 @@
public class CarpetSettings
{
public static boolean locked = false;
public static final String carpetVersion = "v18_10_01";
public static final String carpetVersion = "v18_10_09";

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

0 comments on commit 22fbc24

Please sign in to comment.