Skip to content

Commit

Permalink
Bump feature version for client (#3281)
Browse files Browse the repository at this point in the history
  • Loading branch information
vancexu committed May 26, 2020
1 parent af5440b commit a8af61b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/client/versionChecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ const (
CLI = "cli"

// SupportedGoSDKVersion indicates the highest go sdk version server will accept requests from
SupportedGoSDKVersion = "1.5.0"
SupportedGoSDKVersion = "1.6.0"
// SupportedJavaSDKVersion indicates the highest java sdk version server will accept requests from
SupportedJavaSDKVersion = "1.5.0"
SupportedJavaSDKVersion = "1.6.0"
// SupportedCLIVersion indicates the highest cli version server will accept requests from
SupportedCLIVersion = "1.5.0"
SupportedCLIVersion = "1.6.0"

// StickyQueryUnknownImplConstraints indicates the minimum client version of an unknown client type which supports StickyQuery
StickyQueryUnknownImplConstraints = "1.0.0"
Expand Down

0 comments on commit a8af61b

Please sign in to comment.