Prep new RB.

This commit is contained in:
LexManos 2020-09-23 23:48:57 -07:00
parent 65372e3123
commit 03082c361a
1 changed files with 1 additions and 1 deletions

View File

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