diff --git a/util/util.go b/util/util.go index fcd21e7e..fca9862d 100644 --- a/util/util.go +++ b/util/util.go @@ -14,7 +14,7 @@ const ( WorkerThreads = 50 // SupportedSyncToolsVersion this should be kept at the latest version of rke released with // rancher 2.2.0. - SupportedSyncToolsVersion = "0.1.25" + SupportedSyncToolsVersion = "0.1.28" ) func StrToSemVer(version string) (*semver.Version, error) {