From 09c12854e21b6a99841f00a554457eaff236e94e Mon Sep 17 00:00:00 2001 From: Nick DeGruccio Date: Mon, 8 Mar 2021 23:05:46 -0700 Subject: [PATCH] 6.1.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ab4298b2..d115317f 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ plugins { allprojects { group = 'me.nickimpact.gts' - version = "6.1.2-SNAPSHOT" + version = "6.1.2" } sourceCompatibility = targetCompatibility = "1.8" // Need this here so eclipse task generates correctly.