This commit is contained in:
Runemoro 2018-01-18 22:42:46 -05:00
parent 7011b7d751
commit d0509229c3

View file

@ -22,7 +22,7 @@ repositories {
// Version info
String baseversion = "3.0.0" // Set beta to 0 after changing this
int beta = 4 // Set this to 0 for a non-beta release
int beta = 5 // Set this to 0 for a non-beta release
ext.mcversion = "1.12.2"
ext.forgeversion = "14.23.1.2598"
String mcpversion = "snapshot_20180113"