Skip to content

Commit

Permalink
Merge branch 'master' into tonyo/fix-timeout-tests-cache-1
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric authored Aug 3, 2023
2 parents 29f9b6c + feb3495 commit 2ca2f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion otel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/getsentry/sentry-go/otel
go 1.18

require (
github.com/getsentry/sentry-go v0.22.0
github.com/getsentry/sentry-go v0.23.0
github.com/google/go-cmp v0.5.9
go.opentelemetry.io/otel v1.11.0
go.opentelemetry.io/otel/sdk v1.11.0
Expand Down
2 changes: 1 addition & 1 deletion sentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
const Version = SDKVersion

// Version is the version of the SDK.
const SDKVersion = "0.22.0"
const SDKVersion = "0.23.0"

// The identifier of the SDK.
const SDKIdentifier = "sentry.go"
Expand Down

0 comments on commit 2ca2f9f

Please sign in to comment.