Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Sep 5, 2019
1 parent 7cede4f commit 6e30a99
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.1"
const Version = "0.3.0"

// 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 6e30a99

Please sign in to comment.