From c72d0fc5c9379e35759a423c48cd9c673e3086b6 Mon Sep 17 00:00:00 2001 From: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:01:33 -0500 Subject: [PATCH] build: Bump `sentry-cli` to `2.39.0` Bump `sentry-cli` to `2.39.0`. This version includes an experimental chunk uploading feature for Proguard files: https://github.com/getsentry/sentry-cli/pull/2264. --- plugin-build/sentry-cli.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-build/sentry-cli.properties b/plugin-build/sentry-cli.properties index b69474afd..97e58a7d0 100644 --- a/plugin-build/sentry-cli.properties +++ b/plugin-build/sentry-cli.properties @@ -1,2 +1,2 @@ -version = 2.38.2 +version = 2.39.0 repo = https://github.com/getsentry/sentry-cli