From 44263e902a416458b9a6fb40a962ea78e5326f92 Mon Sep 17 00:00:00 2001 From: Philip Crotwell Date: Thu, 28 Jun 2018 11:23:33 -0400 Subject: [PATCH] version to snapshot --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c683098..e6e8048 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = "edu.sc.seis" -version = "2.2.1" +version = "2.2.2-SNAPSHOT" sourceCompatibility = 1.8 targetCompatibility = 1.8