From 0446151736342f11f2c49531b79662c91e807155 Mon Sep 17 00:00:00 2001 From: ThatGamerBlue Date: Thu, 12 Sep 2019 12:29:08 +0100 Subject: [PATCH] bump rev number --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fc162b0765..e1b03e5688 100644 --- a/build.gradle +++ b/build.gradle @@ -89,13 +89,14 @@ allprojects { version = '1.5.33-SNAPSHOT' ext { - rsversion = 182 + rsversion = 183 cacheversion = 165 plusVersion = '2.1.5.0' gitCommit = localGitCommit gitCommitShort = localGitCommitShort gitDirty = localGitDirty + rootPath = rootDir.toString().replace('\\', '/') injectedClassesPath = rootPath + "/injector-plugin/out/injected-client/"