From 93b68f59e483f3eede43c3212220a9f6689f8812 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Wed, 5 Feb 2020 19:48:07 +0100 Subject: [PATCH] release: 0.5.1 --- sentry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry.go b/sentry.go index 8885d7852..c677b5daf 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.0" +const Version = "0.5.1" // apiVersion is the minimum version of the Sentry API compatible with the // sentry-go SDK.