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-sbt.git
The following commit(s) were added to refs/heads/main by this push:
new 188cda0 Update version to 1.2.0 for release
188cda0 is described below
commit 188cda08de5bf8dd76b1bed2bc24bb74e3fba319
Author: Steve Lawrence <[email protected]>
AuthorDate: Tue Nov 5 09:25:17 2024 -0500
Update version to 1.2.0 for release
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 8a401a7..22e531a 100644
--- a/build.sbt
+++ b/build.sbt
@@ -19,7 +19,7 @@ name := "sbt-daffodil"
organization := "org.apache.daffodil"
-version := "1.2.0-SNAPSHOT"
+version := "1.2.0"
scalaVersion := "2.12.19"