aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDierk Koenig <dierk.koenig@canoo.com>2016-01-16 17:23:53 +0100
committerDierk Koenig <dierk.koenig@canoo.com>2016-01-16 17:23:53 +0100
commit0e99f188dabd04e9b7e99ba99f41fe047da65212 (patch)
treed78a91bcf5a8bf9c19c4dc319bc5d09ad5f6d023
parent228375a6a6e09c98610967296787af71fb1e7123 (diff)
downloadfrege-gradle-plugin-0e99f188dabd04e9b7e99ba99f41fe047da65212.tar.gz
frege-gradle-plugin-0e99f188dabd04e9b7e99ba99f41fe047da65212.tar.bz2
frege-gradle-plugin-0e99f188dabd04e9b7e99ba99f41fe047da65212.zip
start 0.8 release train
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 8d48949..911096c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,8 +11,8 @@ sourceCompatibility = 1.7
targetCompatibility = 1.7
ext {
- baseVersion = "0.7"
- isSnapshot = false
+ baseVersion = "0.8"
+ isSnapshot = true
snapshotAppendix = "-SNAPSHOT"
projectVersion = baseVersion + (isSnapshot ? snapshotAppendix : "")
projectGroup = "org.frege-lang"