Skip to content

Commit

Permalink
chore: bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed Oct 10, 2023
1 parent ae95f23 commit a981499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.4.0-nightly"
version = "0.4.0"
edition = "2021"
license = "Apache-2.0"

Expand Down

0 comments on commit a981499

Please sign in to comment.