This is an automated email from the ASF dual-hosted git repository. fchen pushed a commit to branch branch-0.4 in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
commit beaf1d206555dc41c9a0ba391d57eba3fd963cda Author: Fu Chen <[email protected]> AuthorDate: Thu Dec 21 00:57:14 2023 +0800 [RELEASE] Bump 0.4.1-SNAPSHOT --- pom.xml | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e2505dd12..f120f6889 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ </distributionManagement> <properties> - <project.version>0.4.0-incubating</project.version> + <project.version>0.4.1-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 249c9f987..1d60ca0f9 100644 --- a/version.sbt +++ b/version.sbt @@ -15,4 +15,4 @@ * limitations under the License. */ -ThisBuild / version := "0.4.0-incubating" +ThisBuild / version := "0.4.1-SNAPSHOT"
