Skip to content

Commit

Permalink
version step to 1.11.2-9
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Howard committed Dec 31, 2016
1 parent 5d88e43 commit 1d22431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'

version = "1.11.2-8"
version = "1.11.2-9"
group= "net.torocraft.torohealth"
archivesBaseName = "torohealth"

Expand Down
2 changes: 1 addition & 1 deletion java/net/torocraft/torohealthmod/ToroHealthMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class ToroHealthMod {

public static final String MODID = "torohealthmod";
public static final String VERSION = "1.11.2-8";
public static final String VERSION = "1.11.2-9";
public static final String MODNAME = "ToroHealthMod";

@SidedProxy(clientSide = "net.torocraft.torohealthmod.ClientProxy", serverSide = "net.torocraft.torohealthmod.ServerProxy")
Expand Down

0 comments on commit 1d22431

Please sign in to comment.