From 20a8576fc696f0208c24ab52e6ae883f5f0567d5 Mon Sep 17 00:00:00 2001 From: Fu Chen Date: Mon, 29 Jan 2024 21:18:13 +0800 Subject: [PATCH] [RELEASE] Bump 0.4.0-incubating --- pom.xml | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a836966a36a..faa8a1c16cf 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ - 0.4.1-SNAPSHOT + 0.4.0-incubating UTF-8 UTF-8 diff --git a/version.sbt b/version.sbt index 1d60ca0f9b2..249c9f98787 100644 --- a/version.sbt +++ b/version.sbt @@ -15,4 +15,4 @@ * limitations under the License. */ -ThisBuild / version := "0.4.1-SNAPSHOT" +ThisBuild / version := "0.4.0-incubating"