Skip to content

Commit

Permalink
fix: update client version (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikOseberg authored Dec 1, 2022
1 parent 72b0666 commit 5a7a36f
Showing 1 changed file with 1 addition and 1 deletion.
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.0"
clientVersion = "3.7.1"
)

var defaultStrategies = []strategy.Strategy{
Expand Down

0 comments on commit 5a7a36f

Please sign in to comment.