This is an automated email from the ASF dual-hosted git repository.
nicholasjiang pushed a commit to branch branch-0.4
in repository https://gitbox.apache.org/repos/asf/celeborn.git
The following commit(s) were added to refs/heads/branch-0.4 by this push:
new 78f9893fe [RELEASE] Bump 0.4.1
78f9893fe is described below
commit 78f9893feb21aa230d892c42af3616b125182c1b
Author: SteNicholas <[email protected]>
AuthorDate: Tue May 7 15:39:43 2024 +0800
[RELEASE] Bump 0.4.1
---
pom.xml | 2 +-
version.sbt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ae7f25cb1..deb812238 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
</distributionManagement>
<properties>
- <project.version>0.4.1-SNAPSHOT</project.version>
+ <project.version>0.4.1</project.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
diff --git a/version.sbt b/version.sbt
index 1d60ca0f9..3a6c36c64 100644
--- a/version.sbt
+++ b/version.sbt
@@ -15,4 +15,4 @@
* limitations under the License.
*/
-ThisBuild / version := "0.4.1-SNAPSHOT"
+ThisBuild / version := "0.4.1"