From 88bad6bedf8efad0f711710c96f2666307e9c815 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Thu, 10 Mar 2022 10:27:06 +0000 Subject: [PATCH] release: 0.13.0 --- sentry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry.go b/sentry.go index 390e50ca..2039c448 100644 --- a/sentry.go +++ b/sentry.go @@ -6,7 +6,7 @@ import ( ) // Version is the version of the SDK. -const Version = "0.12.0" +const Version = "0.13.0" // apiVersion is the minimum version of the Sentry API compatible with the // sentry-go SDK.