Bump version for RB.

This commit is contained in:
LexManos 2020-11-20 12:53:44 -08:00
parent 114acfca3b
commit 949984268d
1 changed files with 1 additions and 1 deletions

View File

@ -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 <MCVersion>-<ForgeMC>.<RB>.<CommitsSinceRB>
// 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.