From d5cb0935e9758e1ae62dadf4535a12a5fda8e9f1 Mon Sep 17 00:00:00 2001 From: LexManos Date: Fri, 15 May 2020 12:33:17 -0700 Subject: [PATCH] Bump version for new RB. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3c9c7677c..1a5bcf2cd 100644 --- a/build.gradle +++ b/build.gradle @@ -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 -.. // 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.