From 670fc95bf0f1a18104681e9e4728b68d55cb7803 Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Fri, 9 Aug 2024 09:17:55 -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 61e68ed..1ec6728 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.10.0" +val projectVersion = "0.10.0.1-SNAPSHOT" val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion val _scalaVersions = Seq("3.3.3", "2.13.14", "2.12.19") val _scalaVersion = _scalaVersions.head