From ed99650b5a6b2782229d7bda5bd5ad6c6d3662fb Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 8 Nov 2023 14:51:12 +0000 Subject: [PATCH] release: 2.21.3 --- 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 0179a96b31..652a96a85f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2221,7 +2221,7 @@ dependencies = [ [[package]] name = "sentry-cli" -version = "2.21.2" +version = "2.21.3" dependencies = [ "anyhow", "anylog", diff --git a/Cargo.toml b/Cargo.toml index 0fc1be9490..75f243dafe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Armin Ronacher "] build = "build.rs" name = "sentry-cli" -version = "2.21.2" +version = "2.21.3" edition = "2021" rust-version = "1.65" diff --git a/package.json b/package.json index 1351ef42e9..a2263fe890 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli", - "version": "2.21.2", + "version": "2.21.3", "description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/", "repository": "git://github.com/getsentry/sentry-cli.git", "homepage": "https://docs.sentry.io/hosted/learn/cli/",