This is an automated email from the ASF dual-hosted git repository. ethanfeng pushed a commit to branch branch-0.5 in repository https://gitbox.apache.org/repos/asf/celeborn.git
commit 4ad601475dcd1713b1a3d52593ccd9dccf0f36f0 Author: mingji <[email protected]> AuthorDate: Wed Dec 25 11:16:11 2024 +0800 [RELEASE] Bump 0.5.4-SNAPSHOT --- pom.xml | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e7bd50b7b..8858f0e35 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ </distributionManagement> <properties> - <project.version>0.5.3</project.version> + <project.version>0.5.4-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 f02a95928..bfa17708a 100644 --- a/version.sbt +++ b/version.sbt @@ -15,4 +15,4 @@ * limitations under the License. */ -ThisBuild / version := "0.5.3" +ThisBuild / version := "0.5.4-SNAPSHOT"
