Skip to content

Commit

Permalink
chore: update supported version
Browse files Browse the repository at this point in the history
Signed-off-by: mlycore <[email protected]>
Signed-off-by: mlycore <[email protected]>
  • Loading branch information
mlycore committed Oct 25, 2023
1 parent 09e8d54 commit cc8bd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shardingsphere-operator/pkg/kubernetes/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

var (
supportedShardingSphereVersion = []string{"5.3.0", "5.3.1", "5.3.2", "5.4.0"}
supportedShardingSphereVersion = []string{"5.3.0", "5.3.1", "5.3.2", "5.4.0", "5.4.1"}
)

func patchHeadingV(version string) string {
Expand Down

0 comments on commit cc8bd9e

Please sign in to comment.