Skip to content

Commit e5ca81e

Browse files
committed
Mark release version 0.3.1
1 parent 233e5b6 commit e5ca81e

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

14-
val projectVersion = "0.3.1-SNAPSHOT"
14+
val projectVersion = "0.3.1"
1515
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v" + projectVersion
1616
val _scalaVersions = Seq("2.13.0", "2.12.9")
1717
val _scalaVersion = _scalaVersions.head

0 commit comments

Comments
 (0)