Beta 5
This commit is contained in:
parent
7011b7d751
commit
d0509229c3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ repositories {
|
||||||
|
|
||||||
// Version info
|
// Version info
|
||||||
String baseversion = "3.0.0" // Set beta to 0 after changing this
|
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.mcversion = "1.12.2"
|
||||||
ext.forgeversion = "14.23.1.2598"
|
ext.forgeversion = "14.23.1.2598"
|
||||||
String mcpversion = "snapshot_20180113"
|
String mcpversion = "snapshot_20180113"
|
||||||
|
|
Loading…
Reference in a new issue