This is an automated email from the ASF dual-hosted git repository.
ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 142d0a053 Bump 0.6.0-SNAPSHOT
142d0a053 is described below
commit 142d0a0532cec21c2c33ad704db9b9b9481a4ef7
Author: mingji <[email protected]>
AuthorDate: Fri May 31 11:05:32 2024 +0800
Bump 0.6.0-SNAPSHOT
---
pom.xml | 2 +-
version.sbt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0b7fd07af..6923ff85f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
</distributionManagement>
<properties>
- <project.version>0.5.0-SNAPSHOT</project.version>
+ <project.version>0.6.0-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 2bb9a8056..67490577b 100644
--- a/version.sbt
+++ b/version.sbt
@@ -15,4 +15,4 @@
* limitations under the License.
*/
-ThisBuild / version := "0.5.0-SNAPSHOT"
+ThisBuild / version := "0.6.0-SNAPSHOT"