diff options
author | Dierk Koenig <dierk.koenig@canoo.com> | 2015-12-29 16:13:37 +0100 |
---|---|---|
committer | Dierk Koenig <dierk.koenig@canoo.com> | 2015-12-29 16:13:37 +0100 |
commit | bf17722a8c08da3802a346f13584474659fdc76b (patch) | |
tree | a09795e756676f0786f129e861ac61a0a1dffda0 | |
parent | 78986a6befc112541e3f4d89f9b7cacf36fde458 (diff) | |
download | frege-gradle-plugin-bf17722a8c08da3802a346f13584474659fdc76b.tar.gz frege-gradle-plugin-bf17722a8c08da3802a346f13584474659fdc76b.tar.bz2 frege-gradle-plugin-bf17722a8c08da3802a346f13584474659fdc76b.zip |
starting 0.7 release train
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 2a24a47..400632e 100644 --- a/build.gradle +++ b/build.gradle @@ -11,8 +11,8 @@ sourceCompatibility = 1.7 targetCompatibility = 1.7 ext { - baseVersion = "0.6" - isSnapshot = false + baseVersion = "0.7" + isSnapshot = true snapshotAppendix = "-SNAPSHOT" projectVersion = baseVersion + (isSnapshot ? snapshotAppendix : "") projectGroup = "org.frege-lang" |