From 75ed3a2b0db1b0ff1a8886200b6f1bdb610e34ec Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Mon, 2 Sep 2019 15:48:30 +0100 Subject: [PATCH] Bump version Signed-off-by: stevenhorsman --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ab0af593..479d361c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ artifactoryPublishingMavenRepo=https://gizaartifactory.jfrog.io/gizaartifactory/ artifactoryPublishingMavenSnapshotRepo=https://gizaartifactory.jfrog.io/gizaartifactory/libs-snapshot-local # Artifacts version -version=0.2.6 +version=0.2.7 defaultSpringBootVersion=2.0.2.RELEASE defaultSpringBootCloudVersion=2.0.0.RELEASE