From 0ed475012377446a089556c43bef095681a94899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Thu, 18 Feb 2021 10:23:04 +0100 Subject: [PATCH] release: 0.10.0 --- sentry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry.go b/sentry.go index 06cb191a6..742ff12e2 100644 --- a/sentry.go +++ b/sentry.go @@ -6,7 +6,7 @@ import ( ) // Version is the version of the SDK. -const Version = "0.9.0" +const Version = "0.10.0" // apiVersion is the minimum version of the Sentry API compatible with the // sentry-go SDK.