1
0
mirror of https://github.com/rancher/rke.git synced 2025-05-09 08:47:43 +00:00

sync rke-tools version 0.1.28

This commit is contained in:
kinarashah 2019-04-05 13:52:48 -07:00 committed by Alena Prokharchyk
parent 06b709e888
commit edf5a63fc9

View File

@ -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) {