From 56c52e860d91458ffa0e30e0cca4ce9c477c9ed2 Mon Sep 17 00:00:00 2001 From: dfsek Date: Fri, 18 Dec 2020 02:27:19 -0700 Subject: [PATCH] Version bump (releasing minor config update to fix config issues) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 01ddba7bc..8bfb37382 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ java { targetCompatibility = JavaVersion.VERSION_1_8 } -val versionObj = Version("2", "2", "0", true) +val versionObj = Version("2", "1", "1", true) version = versionObj