From 83b91d18c326b52285692d2a11db3e585ca6e54b Mon Sep 17 00:00:00 2001 From: Mark Perry Date: Wed, 22 Jul 2015 22:50:09 +1000 Subject: Increment to 0.5-SNAPSHOT --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 72333ee..5a4c41b 100644 --- a/build.gradle +++ b/build.gradle @@ -19,8 +19,8 @@ sourceCompatibility = 1.7 targetCompatibility = 1.7 ext { - baseVersion = "0.4" - isSnapshot = false + baseVersion = "0.5" + isSnapshot = true snapshotAppendix = "-SNAPSHOT" projectVersion = baseVersion + (isSnapshot ? snapshotAppendix : "") -- cgit