Skip to content

Commit 9ece4d3

Browse files
committed
release: 0.23.0
1 parent 51688f4 commit 9ece4d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

otel/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/getsentry/sentry-go/otel
33
go 1.18
44

55
require (
6-
github.com/getsentry/sentry-go v0.22.0
6+
github.com/getsentry/sentry-go v0.23.0
77
github.com/google/go-cmp v0.5.9
88
go.opentelemetry.io/otel v1.11.0
99
go.opentelemetry.io/otel/sdk v1.11.0

sentry.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
const Version = SDKVersion
1010

1111
// Version is the version of the SDK.
12-
const SDKVersion = "0.22.0"
12+
const SDKVersion = "0.23.0"
1313

1414
// The identifier of the SDK.
1515
const SDKIdentifier = "sentry.go"

0 commit comments

Comments
 (0)