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 2a3b140  Prepare for 1.1.0 release
2a3b140 is described below

commit 2a3b14036f96ea0a1bd7a960d8b97a2d4ea3de6b
Author: Steve Lawrence <[email protected]>
AuthorDate: Mon Jul 15 07:54:28 2024 -0400

    Prepare for 1.1.0 release
    
    Closes #45
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 8ad5b73..34bf736 100644
--- a/build.sbt
+++ b/build.sbt
@@ -19,7 +19,7 @@ name := "sbt-daffodil"
 
 organization := "org.apache.daffodil"
 
-version := "1.1.0-SNAPSHOT"
+version := "1.1.0"
 
 scalaVersion := "2.12.19"
 

Reply via email to