1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-01 15:06:23 +00:00

Revert "sync rke-tools version 0.1.28"

This reverts commit edf5a63fc9.
This commit is contained in:
kinarashah
2019-04-05 14:46:38 -07:00
committed by Alena Prokharchyk
parent ee558b2d24
commit fbf29f208e

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.28"
SupportedSyncToolsVersion = "0.1.25"
)
func StrToSemVer(version string) (*semver.Version, error) {