Skip to content

Commit

Permalink
chore: Remove the beta pre-release label
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 18, 2024
1 parent 79a470a commit b595cd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pact_mock_server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pact_mock_server"
version = "2.0.0-beta.6"
version = "2.0.0"
authors = ["Ronald Holshausen <[email protected]>"]
edition = "2021"
description = "Pact-Rust support library that implements in process mock server"
Expand Down
2 changes: 1 addition & 1 deletion pact_mock_server/release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ask('Publish library to crates.io?: [Y]') {
executeOnShell 'cargo publish'
}

def nextVer = Version.valueOf(releaseVer).incrementPreReleaseVersion()
def nextVer = Version.valueOf(releaseVer).incrementPatchVersion()
ask("Bump version to $nextVer?: [Y]") {
executeOnShell "sed -i -e 's/^version = \"${releaseVer}\"/version = \"${nextVer}\"/' Cargo.toml"
executeOnShell("cargo update")
Expand Down

0 comments on commit b595cd4

Please sign in to comment.