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