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 32e7b54bf Bump version for 3.8.0-SNAPSHOT development
32e7b54bf is described below
commit 32e7b54bf5476a312304eda7352ce547294f9954
Author: Steve Lawrence <[email protected]>
AuthorDate: Wed Apr 10 08:20:53 2024 -0400
Bump version for 3.8.0-SNAPSHOT development
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 546b6bcca..7db2bb9e0 100644
--- a/build.sbt
+++ b/build.sbt
@@ -219,7 +219,7 @@ val minSupportedJavaVersion: String =
lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
- version := "3.7.0",
+ version := "3.8.0-SNAPSHOT",
scalaVersion := "2.12.19",
crossScalaVersions := Seq("2.12.19"),
scalacOptions ++= buildScalacOptions(scalaVersion.value),