Skip to content

Commit ae6b531

Browse files
committed
Mark release 0.2.0.
1 parent cee45d5 commit ae6b531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import java.net.URL
88
// JAR_BUILT_BY - Name to be added to Jar metadata field "Built-By" (defaults to System.getProperty("user.name")
99
//
1010

11-
val projectVersion = "0.2.0-SNAPSHOT"
11+
val projectVersion = "0.2.0"
1212
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v" + projectVersion
1313
val scalaVersions = Seq("2.11.12", "2.12.7")
1414

0 commit comments

Comments
 (0)