diff --git a/sentry.go b/sentry.go index 9adf6e4aa..407f3f267 100644 --- a/sentry.go +++ b/sentry.go @@ -6,7 +6,7 @@ import ( ) // Version Sentry-Go SDK Version -const Version = "0.1.0" +const Version = "0.1.1" // Init initializes whole SDK by creating new `Client` and binding it to the current `Hub` func Init(options ClientOptions) error {