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

Revert "defaultRKETools 0.1.33"

This reverts commit 60d36022f7.
This commit is contained in:
kinarashah
2019-06-26 14:37:33 -07:00
committed by Alena Prokharchyk
parent 173669c8a5
commit 21848c4cf1

View File

@@ -14,7 +14,7 @@ import (
const (
WorkerThreads = 50
DefaultRKETools = "rancher/rke-tools:v0.1.33"
DefaultRKETools = "rancher/rke-tools:v0.1.31"
)
func StrToSemVer(version string) (*semver.Version, error) {