Skip to content

Commit

Permalink
Bump SDK version (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin authored May 16, 2020
1 parent ed146c3 commit 031bdcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/headers/versionChecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ const (
CLI = "cli"

// SupportedGoSDKVersion indicates the highest Go SDK version server will accept requests from.
SupportedGoSDKVersion = "0.20.0"
SupportedGoSDKVersion = "0.23.0"
// SupportedJavaSDKVersion indicates the highest Java SDK version server will accept requests from.
// TODO(maxim): Fix before the first prod release
SupportedJavaSDKVersion = "0.99.0"
// SupportedCLIVersion indicates the highest CLI version server will accept requests from.
SupportedCLIVersion = "0.20.0"
SupportedCLIVersion = "0.23.0"

// BaseFeaturesFeatureVersion indicates the minimum client feature set version which supports all base features.
BaseFeaturesFeatureVersion = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
const (
// Version is the controlled version string. It should be updated every time
// before we release a new version.
Version = "0.20.0"
Version = "0.23.0"
)

// SetFactory is used to set the ClientFactory global
Expand Down

0 comments on commit 031bdcf

Please sign in to comment.