Skip to content

Commit 0747cea

Browse files
committed
Mark next development release
1 parent fcbb37c commit 0747cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}
99
// JAR_BUILT_BY - Name to be added to Jar metadata field "Built-By" (defaults to System.getProperty("user.name")
1010
//
1111

12-
val projectVersion = "0.10.1"
12+
val projectVersion = "0.10.1.1-SNAPSHOT"
1313
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion
1414
val _scalaVersions = Seq("3.3.4", "2.13.15", "2.12.20")
1515
val _scalaVersion = _scalaVersions.head

0 commit comments

Comments
 (0)