Skip to content

Commit

Permalink
Prepare experimental-samplers for version v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Apr 28, 2023
1 parent 2460ca8 commit 70a577c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samplers/aws/xray/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package xray // import "go.opentelemetry.io/contrib/samplers/aws/xray"

// Version is the current release version of the AWS XRay remote sampler.
func Version() string {
return "0.10.0-rc.2"
return "0.10.0"
// This string is updated by the pre_release.sh script during release
}

Expand Down
2 changes: 1 addition & 1 deletion samplers/jaegerremote/example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/davecgh/go-spew v1.1.1
go.opentelemetry.io/contrib/samplers/jaegerremote v0.10.0-rc.2
go.opentelemetry.io/contrib/samplers/jaegerremote v0.10.0
go.opentelemetry.io/otel v1.15.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.15.0
go.opentelemetry.io/otel/sdk v1.15.0
Expand Down
2 changes: 1 addition & 1 deletion samplers/jaegerremote/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package jaegerremote // import "go.opentelemetry.io/contrib/samplers/jaegerremot

// Version is the current release version of the Jaeger remote sampler.
func Version() string {
return "0.10.0-rc.2"
return "0.10.0"
// This string is updated by the pre_release.sh script during release
}

Expand Down
2 changes: 1 addition & 1 deletion samplers/probability/consistent/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package consistent // import "go.opentelemetry.io/contrib/samplers/probability/c
// Version is the current release version of the consistent probability
// sampler.
func Version() string {
return "0.10.0-rc.2"
return "0.10.0"
// This string is updated by the pre_release.sh script during release
}

Expand Down

0 comments on commit 70a577c

Please sign in to comment.