Skip to content

Commit 79cad3f

Browse files
committed
release: 0.1.1
1 parent e3ff4db commit 79cad3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sentry.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
// Version Sentry-Go SDK Version
9-
const Version = "0.1.0"
9+
const Version = "0.1.1"
1010

1111
// Init initializes whole SDK by creating new `Client` and binding it to the current `Hub`
1212
func Init(options ClientOptions) error {

0 commit comments

Comments
 (0)