Skip to content

Commit

Permalink
Support UI as a client in version checker (#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmeapples committed Apr 28, 2022
1 parent 07d8a41 commit 6ff2f59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/headers/versionChecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const (
ClientNamePHPSDK = "temporal-php"
ClientNameTypeScriptSDK = "temporal-typescript"
ClientNameCLI = "temporal-cli"
ClientNameUI = "temporal-ui"

ServerVersion = "1.17.0"

Expand All @@ -66,6 +67,7 @@ var (
ClientNameTypeScriptSDK: "<2.0.0",
ClientNameCLI: "<2.0.0",
ClientNameServer: "<2.0.0",
ClientNameUI: "<3.0.0",
}
)

Expand Down

0 comments on commit 6ff2f59

Please sign in to comment.