From c0fdec6bd6dd7447c58b6e1b03f1f7cd36f11bea Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Wed, 3 Apr 2024 21:34:43 -0400 Subject: [PATCH] Mark next development release --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 97b27e0..f64e2b4 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _} // JAR_BUILT_BY - Name to be added to Jar metadata field "Built-By" (defaults to System.getProperty("user.name") // -val projectVersion = "0.9.0" +val projectVersion = "0.9.0.1-SNAPSHOT" val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion val _scalaVersions = Seq("3.3.3", "2.13.13", "2.12.19") val _scalaVersion = _scalaVersions.head