Skip to content

Commit

Permalink
upgrade: 3.8.0 release (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Aug 3, 2023
1 parent 04170c1 commit b18d777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
const (
deprecatedSuffix = "/features"
clientName = "unleash-client-go"
clientVersion = "3.7.3"
clientVersion = "3.8.0"
)

var defaultStrategies = []strategy.Strategy{
Expand Down
2 changes: 1 addition & 1 deletion repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/Unleash/unleash-client-go/v3/api"
)

var SEGMENT_CLIENT_SPEC_VERSION = "4.2.0"
var SEGMENT_CLIENT_SPEC_VERSION = "4.3.1"

type repository struct {
repositoryChannels
Expand Down

0 comments on commit b18d777

Please sign in to comment.