From e04b25e1986b78e65b4edc5adf5d0712646b2046 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Thu, 1 Apr 2021 13:27:05 +0000 Subject: [PATCH] release: 1.63.2 --- 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 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",