From 48fc9610a0837945537895b5ee79e0766e558b6d Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 5 Apr 2023 11:50:54 +0000 Subject: [PATCH] release: 2.17.0 --- 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 cfb12878af..1281184bc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2195,7 +2195,7 @@ dependencies = [ [[package]] name = "sentry-cli" -version = "2.16.1" +version = "2.17.0" dependencies = [ "anyhow", "anylog", diff --git a/Cargo.toml b/Cargo.toml index f57e186d13..db1f73c902 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Armin Ronacher "] build = "build.rs" name = "sentry-cli" -version = "2.16.1" +version = "2.17.0" edition = "2021" rust-version = "1.65" diff --git a/package.json b/package.json index 6492e38c44..2d5cf746ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/cli", - "version": "2.16.1", + "version": "2.17.0", "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/",