diff --git a/svix-cli/Cargo.toml b/svix-cli/Cargo.toml index d9817815a..1179e35cc 100644 --- a/svix-cli/Cargo.toml +++ b/svix-cli/Cargo.toml @@ -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]] diff --git a/tools/bump_version.js b/tools/bump_version.js index d2317ac89..4d39a1abf 100755 --- a/tools/bump_version.js +++ b/tools/bump_version.js @@ -6,6 +6,7 @@ const versionFilePath = ".version"; const filesPaths = [ versionFilePath, + "svix-cli/Cargo.toml", // Rust Server "server/svix-server/Cargo.toml", // Bridge Server