From c4ddb8b8432c73f5c45d8bb57c1e23cc6c6aa969 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Fri, 17 Apr 2020 15:03:53 +0200 Subject: [PATCH] release: 0.6.0 --- sentry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry.go b/sentry.go index c677b5daf..c3463047b 100644 --- a/sentry.go +++ b/sentry.go @@ -6,7 +6,7 @@ import ( ) // Version is the version of the sentry-go SDK. -const Version = "0.5.1" +const Version = "0.6.0" // apiVersion is the minimum version of the Sentry API compatible with the // sentry-go SDK.