From 6672cac2c73483205ce2b8de7f55a37ef29393c4 Mon Sep 17 00:00:00 2001 From: Philip Crotwell Date: Fri, 21 Jul 2017 11:50:08 -0400 Subject: [PATCH] verison to 2.1.7 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 915c510..31a9142 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = "edu.sc.seis" -version = "2.1.7-SNAPSHOT" +version = "2.1.7" sourceCompatibility = 1.7 targetCompatibility = 1.7