From ce7b7b9753645315dac74add07c51831c282a307 Mon Sep 17 00:00:00 2001 From: Nick DeGruccio Date: Thu, 13 May 2021 21:10:49 -0700 Subject: [PATCH] 6.1.7, without the snapshot tag --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 26eff50f..e0cdc471 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ plugins { allprojects { group = 'net.impactdev.gts' - version = "6.1.7-SNAPSHOT" + version = "6.1.7" } sourceCompatibility = targetCompatibility = "1.8" // Need this here so eclipse task generates correctly.