This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new f1cde32e5 Bump version to 3.7.0-SNAPSHOT for development
f1cde32e5 is described below
commit f1cde32e5b2439e045d6b5047661299c3f01f752
Author: Steve Lawrence <[email protected]>
AuthorDate: Thu Nov 9 07:13:00 2023 -0500
Bump version to 3.7.0-SNAPSHOT for development
DAFFODIL-2862
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index c84b4dfa8..b900e274e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -219,7 +219,7 @@ val minSupportedJavaVersion: String =
lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
- version := "3.6.0",
+ version := "3.7.0-SNAPSHOT",
scalaVersion := "2.12.18",
crossScalaVersions := Seq("2.12.18"),
scalacOptions ++= buildScalacOptions(scalaVersion.value),