Skip to content

Commit

Permalink
Bump Server version to 1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
temporal-data committed Jun 17, 2024
1 parent b64da39 commit 5677de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/headers/version_checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const (

// ServerVersion value can be changed by the create-tag Github workflow.
// If you change the var name or move it, be sure to update the workflow.
ServerVersion = "1.24.1"
ServerVersion = "1.24.2"

// SupportedServerVersions is used by CLI and inter role communication.
SupportedServerVersions = ">=1.0.0 <2.0.0"
Expand Down

0 comments on commit 5677de7

Please sign in to comment.