diff --git a/scripts/bump-version.sh b/scripts/bump-version.sh index 5b32edc9..2c802218 100755 --- a/scripts/bump-version.sh +++ b/scripts/bump-version.sh @@ -15,7 +15,7 @@ else exit 1 fi -cargo install cargo-set-version +cargo install cargo-edit if [[ -n $(git status --porcelain) ]]; then echo "Your working directory is not clean. Please commit or stash your changes before proceeding." diff --git a/sync-server/Cargo.toml b/sync-server/Cargo.toml index 30ebbda2..9fb5ef80 100644 --- a/sync-server/Cargo.toml +++ b/sync-server/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Andras Schmelczer "] edition = "2024" license = "MIT" repository = "https://github.com/schmelczer/vault-link" -version = "--bump" +version = "0.11.0" [dependencies] serde = { version = "1.0.219", default-features = false, features = ["derive"] }