Skip to content

Commit

Permalink
Change the default bundle version to 0.14.0 (#445)
Browse files Browse the repository at this point in the history
Signed-off-by: zhujian <[email protected]>
  • Loading branch information
zhujian7 authored Jun 26, 2024
1 parent feff5f8 commit 56e1fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type VersionBundle struct {
MulticlusterControlplane string
}

var defaultBundleVersion = "0.13.3"
var defaultBundleVersion = "0.14.0"

func GetDefaultBundleVersion() string {
return defaultBundleVersion
Expand Down

0 comments on commit 56e1fc8

Please sign in to comment.