Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
Signed-off-by: King Lemming <[email protected]>
  • Loading branch information
KingLemming committed Sep 4, 2018
1 parent b323f08 commit 7be127b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/cofh/thermalfoundation/ThermalFoundation.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public class ThermalFoundation {
public static final String MOD_ID = "thermalfoundation";
public static final String MOD_NAME = "Thermal Foundation";

public static final String VERSION = "2.5.0";
public static final String VERSION_MAX = "2.6.0";
public static final String VERSION = "2.6.0";
public static final String VERSION_MAX = "2.7.0";
public static final String VERSION_GROUP = "required-after:" + MOD_ID + "@[" + VERSION + "," + VERSION_MAX + ");";
public static final String UPDATE_URL = "https://raw.github.com/cofh/version/master/" + MOD_ID + "_update.json";

Expand Down

0 comments on commit 7be127b

Please sign in to comment.