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 641180142 [RELEASE] Bump 0.4.1
641180142 is described below

commit 641180142c5ef36430a6afcd702c9487a6007458
Author: SteNicholas <[email protected]>
AuthorDate: Tue May 14 11:45:26 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 443d93ac1..c5840355e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
   </distributionManagement>
 
   <properties>
-    <project.version>0.4.2-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 db0b4f2dc..3a6c36c64 100644
--- a/version.sbt
+++ b/version.sbt
@@ -15,4 +15,4 @@
  * limitations under the License.
  */
 
-ThisBuild / version := "0.4.2-SNAPSHOT"
+ThisBuild / version := "0.4.1"

Reply via email to