diff options
-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" |