diff --git a/Cargo.lock b/Cargo.lock index fbbed08a51..44dc0053d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2101,7 +2101,7 @@ dependencies = [ [[package]] name = "sentry-cli" -version = "1.63.1" +version = "1.63.2" dependencies = [ "anylog", "app_dirs", diff --git a/Cargo.toml b/Cargo.toml index 715c94f61b..0fc5ea43ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Armin Ronacher "] build = "build.rs" name = "sentry-cli" -version = "1.63.1" +version = "1.63.2" edition = "2018" [dependencies] diff --git a/package.json b/package.json index b024582278..19e7bb163b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli", - "version": "1.63.1", + "version": "1.63.2", "description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/", "homepage": "https://docs.sentry.io/hosted/learn/cli/", "license": "BSD-3-Clause",