diff --git a/build.gradle b/build.gradle index 54e5c5e7e..09eecedb1 100644 --- a/build.gradle +++ b/build.gradle @@ -197,7 +197,7 @@ project(':forge') { } ext { - SPEC_VERSION = '35.0' // This is overwritten by git tag, but here so dev time doesnt explode + SPEC_VERSION = '35.1' // This is overwritten by git tag, but here so dev time doesnt explode // The new versioning sceme is -.. // ForgeMC is a unique identifier for every MC version we have supported. // Essentially, the same as the old, except dropping the first number, and the builds are no longer unique.