Skip to content

Commit b39278a

Browse files
committed
Mark next development version.
1 parent 6bf88cd commit b39278a

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.1"
11+
val projectVersion = "0.2.2-SNAPSHOT"
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)