This is an automated email from the ASF dual-hosted git repository.
olabusayo 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 26f8d9857 Bump version to 3.6.0-SNAPSHOT for development
26f8d9857 is described below
commit 26f8d9857648100bd47955865d3b08ec2fe193cd
Author: Steve Lawrence <[email protected]>
AuthorDate: Wed Jun 28 09:25:43 2023 -0400
Bump version to 3.6.0-SNAPSHOT for development
DAFFODIL-2829
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index d31934eb4..9809bd5a5 100644
--- a/build.sbt
+++ b/build.sbt
@@ -213,7 +213,7 @@ lazy val testStdLayout = Project("daffodil-test-stdLayout",
file("test-stdLayout
lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
- version := "3.5.0",
+ version := "3.6.0-SNAPSHOT",
scalaVersion := "2.12.18",
crossScalaVersions := Seq("2.12.18"),
scalacOptions ++= buildScalacOptions(scalaVersion.value),