From 678c642c30b1b788f9c7e6d98083e262243a3bf7 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 10 Aug 2018 21:29:18 -0700 Subject: [PATCH] Set version to 2.1.0.BUILD-SNAPSHOT. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b465118..c18a926 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,4 +15,4 @@ springDataReleaseTrainVersion=Kay-SR9 springSessionVersion=2.0.6.BUILD-SNAPSHOT springSessionBomVersion=Apple-SR4 springShellVersion=1.2.0.RELEASE -version=2.0.5.BUILD-SNAPSHOT +version=2.1.0.BUILD-SNAPSHOT