Bump version for new RB.

This commit is contained in:
LexManos 2020-05-15 12:33:17 -07:00
parent d4f79882f9
commit d5cb0935e9
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ project(':forge') {
}
ext {
SPEC_VERSION = '30.0' // This is overwritten by git tag, but here so dev time doesnt explode
SPEC_VERSION = '31.2' // 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.