Skip to content

Commit

Permalink
chore: bump sdk version written in code
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Sep 23, 2024
1 parent 704f526 commit 46c8cae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (
)

const (
SdkVersion = "0.6.0"
SdkVersion = "0.6.1"

defaultUserAgent = "openfga-sdk go/0.6.0"
defaultUserAgent = "openfga-sdk go/0.6.1"
)

// RetryParams configures configuration for retry in case of HTTP too many request
Expand Down
2 changes: 1 addition & 1 deletion telemetry/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var (
func Configure(configuration *Configuration) (*Telemetry, error) {
return &Telemetry{
Metrics: &Metrics{
Meter: otel.Meter("openfga-sdk/0.6.0"),
Meter: otel.Meter("openfga-sdk/0.6.1"),
Counters: make(map[string]metric.Int64Counter),
Histograms: make(map[string]metric.Float64Histogram),
Configuration: configuration.Metrics,
Expand Down

0 comments on commit 46c8cae

Please sign in to comment.