From 0a394c73a2d1c62ee59e33db2500d475a98f0650 Mon Sep 17 00:00:00 2001 From: Yingwen Date: Tue, 10 Oct 2023 16:16:15 +0800 Subject: [PATCH] chore: bump version to 0.4.0 (#2563) --- .github/workflows/release.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 033ad904e040..c56bf055a134 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ env: # The scheduled version is '${{ env.NEXT_RELEASE_VERSION }}-nightly-YYYYMMDD', like v0.2.0-nigthly-20230313; NIGHTLY_RELEASE_PREFIX: nightly # Note: The NEXT_RELEASE_VERSION should be modified manually by every formal release. - NEXT_RELEASE_VERSION: v0.4.0 + NEXT_RELEASE_VERSION: v0.5.0 jobs: allocate-runners: diff --git a/Cargo.toml b/Cargo.toml index eb36a7e1f761..b55061715bd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.4.0-nightly" +version = "0.4.0" edition = "2021" license = "Apache-2.0"