Skip to content

Commit 548fa1b

Browse files
committed
CLI: add to bump_version.js
Should keep the CLI version in lock-step with the rest of the libs and binaries.
1 parent d0fc43b commit 548fa1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/bump_version.js

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ const versionFilePath = ".version";
77
const filesPaths = [
88
versionFilePath,
99
// Rust Server
10+
"svix-cli/Cargo.toml",
11+
// Rust Server
1012
"server/svix-server/Cargo.toml",
1113
// Bridge Server
1214
"bridge/svix-bridge/Cargo.toml",

0 commit comments

Comments
 (0)