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