Skip to content

Commit

Permalink
Bump version to 18_10_18
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer authored Oct 17, 2018
1 parent 3e6e6fe commit fb8fd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carpetmodSrc/carpet/CarpetSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
public class CarpetSettings
{
public static boolean locked = false;
public static final String carpetVersion = "v18_08_05";
public static final String carpetVersion = "v18_10_18";

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

0 comments on commit fb8fd5c

Please sign in to comment.