Skip to content

Commit

Permalink
release: 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Sep 13, 2023
1 parent 71d711f commit 3ee3e51
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
Expand Up @@ -3,7 +3,7 @@ module github.com/getsentry/sentry-go/otel
go 1.18

require (
github.com/getsentry/sentry-go v0.24.0
github.com/getsentry/sentry-go v0.24.1
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
Expand Up @@ -10,7 +10,7 @@ import (
const Version = SDKVersion

// The version of the SDK.
const SDKVersion = "0.24.0"
const SDKVersion = "0.24.1"

// The identifier of the SDK.
// Deprecated: To be removed in 0.25.0. Use Client.GetSDKIdentifier() instead.
Expand Down

0 comments on commit 3ee3e51

Please sign in to comment.