This is an automated email from the ASF dual-hosted git repository.

mbeckerle 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 734b7372c Change version to 3.9.0-SNAPSHOT
734b7372c is described below

commit 734b7372c19f67ad1a6b62ccf1468dd3a93e2c84
Author: Michael Beckerle <[email protected]>
AuthorDate: Fri Jun 14 15:54:01 2024 -0400

    Change version to 3.9.0-SNAPSHOT
    
    DAFFODIL-2913
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 05e75a273..bfef59826 100644
--- a/build.sbt
+++ b/build.sbt
@@ -223,7 +223,7 @@ val minSupportedJavaVersion: String =
 
 lazy val commonSettings = Seq(
   organization := "org.apache.daffodil",
-  version := "3.8.0",
+  version := "3.9.0-SNAPSHOT",
   scalaVersion := "2.12.19",
   crossScalaVersions := Seq("2.12.19"),
   scalacOptions ++= buildScalacOptions(scalaVersion.value),

Reply via email to