From 03065b82f3c16828b703f1f3e6cfe8bf9cb94589 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Mon, 7 Dec 2020 19:10:05 +0100 Subject: [PATCH] release: 0.9.0 --- sentry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry.go b/sentry.go index 7d9560010..06cb191a6 100644 --- a/sentry.go +++ b/sentry.go @@ -6,7 +6,7 @@ import ( ) // Version is the version of the SDK. -const Version = "0.8.0" +const Version = "0.9.0" // apiVersion is the minimum version of the Sentry API compatible with the // sentry-go SDK.