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.