diff --git a/Cargo.lock b/Cargo.lock index 2ddf916836..f9edc15ced 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2101,7 +2101,7 @@ dependencies = [ [[package]] name = "sentry-cli" -version = "1.63.0" +version = "1.63.1" dependencies = [ "anylog", "app_dirs", diff --git a/Cargo.toml b/Cargo.toml index 638295e673..f3169e8d77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Armin Ronacher "] build = "build.rs" name = "sentry-cli" -version = "1.63.0" +version = "1.63.1" edition = "2018" [dependencies] diff --git a/package.json b/package.json index 71e71746b5..b05d6e4db1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli", - "version": "1.63.0", + "version": "1.63.1", "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",