summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMark Perry <maperry78@yahoo.com.au>2015-07-22 22:50:09 +1000
committerMark Perry <maperry78@yahoo.com.au>2015-07-22 22:50:09 +1000
commit83b91d18c326b52285692d2a11db3e585ca6e54b (patch)
treefa2a224d4a2b961c07d0e120e7f0e277755ac684 /build.gradle
parenta0dfc6628b2c247feea04b258f8ac018902d900c (diff)
downloadfrege-gradle-plugin-83b91d18c326b52285692d2a11db3e585ca6e54b.tar.gz
frege-gradle-plugin-83b91d18c326b52285692d2a11db3e585ca6e54b.tar.bz2
frege-gradle-plugin-83b91d18c326b52285692d2a11db3e585ca6e54b.zip
Increment to 0.5-SNAPSHOT
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
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 : "")