From bc93dddf003165ea4070102c63800b24cc73f860 Mon Sep 17 00:00:00 2001 From: mpollack Date: Tue, 15 Apr 2014 10:35:01 -0400 Subject: [PATCH] Increment version to 1.0.0.BUILD-SNAPSHOT --- samples/helloworld/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/helloworld/gradle.properties b/samples/helloworld/gradle.properties index f399d3e9..1b81abf8 100644 --- a/samples/helloworld/gradle.properties +++ b/samples/helloworld/gradle.properties @@ -1,4 +1,4 @@ -springShellVersion = 1.1.0.RC2 +springShellVersion = 1.1.0.BUILD-SNAPSHOT junitVersion = 4.10 log4jVersion = 1.2.17 version = 1.0.0.RELEASE