From 83f432425f3c7edf2a91d8cade8f7ad24d151c63 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 2 Mar 2021 13:54:36 +0000 Subject: [PATCH] release: 1.63.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",