diff --git a/build.gradle b/build.gradle index f7c07f1d..f50e3b02 100644 --- a/build.gradle +++ b/build.gradle @@ -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"