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 44e060733 [RELEASE] Bump 0.4.2-SNAPSHOT
44e060733 is described below
commit 44e060733b3265e2d8e3f2f889b8ebf8ff318d92
Author: SteNicholas <[email protected]>
AuthorDate: Tue May 14 11:50:51 2024 +0800
[RELEASE] Bump 0.4.2-SNAPSHOT
---
pom.xml | 2 +-
version.sbt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c5840355e..443d93ac1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
</distributionManagement>
<properties>
- <project.version>0.4.1</project.version>
+ <project.version>0.4.2-SNAPSHOT</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 3a6c36c64..db0b4f2dc 100644
--- a/version.sbt
+++ b/version.sbt
@@ -15,4 +15,4 @@
* limitations under the License.
*/
-ThisBuild / version := "0.4.1"
+ThisBuild / version := "0.4.2-SNAPSHOT"