Skip to content

Commit

Permalink
CLI: add to bump_version.js
Browse files Browse the repository at this point in the history
Should keep the CLI version in lock-step with the rest of the libs and
binaries.
  • Loading branch information
svix-onelson committed Dec 23, 2024
1 parent d0fc43b commit 9c0b41e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion svix-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "svix-cli"
description = "A CLI to interact with the Svix API."
version = "0.1.0"
version = "1.44.0"
edition = "2021"

[[bin]]
Expand Down
1 change: 1 addition & 0 deletions tools/bump_version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const versionFilePath = ".version";

const filesPaths = [
versionFilePath,
"svix-cli/Cargo.toml",
// Rust Server
"server/svix-server/Cargo.toml",
// Bridge Server
Expand Down

0 comments on commit 9c0b41e

Please sign in to comment.