Skip to content

Commit

Permalink
release: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Nov 12, 2019
1 parent f6c52c0 commit ea3f602
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.3.0"
const Version = "0.3.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 ea3f602

Please sign in to comment.