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 75c0550 Prepare for 1.0.0 release
75c0550 is described below
commit 75c0550e046efc0240e6637e6d7ac1e930bd31db
Author: Steve Lawrence <[email protected]>
AuthorDate: Thu Apr 25 07:06:56 2024 -0400
Prepare for 1.0.0 release
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 7b99e2e..fc94b7e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -19,7 +19,7 @@ name := "sbt-daffodil"
organization := "org.apache.daffodil"
-version := "1.0.0-SNAPSHOT"
+version := "1.0.0"
scalaVersion := "2.12.18"