Skip to content

Commit 7dcd55e

Browse files
committed
Mark release version 0.7.0
1 parent 0e74c6c commit 7dcd55e

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
@@ -10,7 +10,7 @@ import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}
1010
// JAR_BUILT_BY - Name to be added to Jar metadata field "Built-By" (defaults to System.getProperty("user.name")
1111
//
1212

13-
val projectVersion = "0.6.0.1-SNAPSHOT"
13+
val projectVersion = "0.7.0"
1414
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion
1515
val _scalaVersions = Seq("3.0.2", "2.13.8", "2.12.16")
1616
val _scalaVersion = _scalaVersions.head

0 commit comments

Comments
 (0)