From 4104e33144033fec8e24add945c8d1b0e943d323 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Mon, 11 May 2020 16:37:17 +0200 Subject: [PATCH] release: 0.6.1 --- sentry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry.go b/sentry.go index c3463047b..8d736ab0e 100644 --- a/sentry.go +++ b/sentry.go @@ -6,7 +6,7 @@ import ( ) // Version is the version of the sentry-go SDK. -const Version = "0.6.0" +const Version = "0.6.1" // apiVersion is the minimum version of the Sentry API compatible with the // sentry-go SDK.