Skip to content

Commit

Permalink
release: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Jul 29, 2019
1 parent dcbac24 commit 510f01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry.go
Original file line number Diff line number Diff line change
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 510f01e

Please sign in to comment.