Skip to content

Commit

Permalink
Merge release/0.2.1 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Jul 29, 2019
2 parents dcbac24 + 510f01e commit 64e024f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry.go
Expand Up @@ -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 {
Expand Down

0 comments on commit 64e024f

Please sign in to comment.