1
0
mirror of https://github.com/rancher/rke.git synced 2025-10-20 18:40:43 +00:00

update DefaultRKETools

This commit is contained in:
moelsayed
2019-07-12 22:04:43 +02:00
committed by Alena Prokharchyk
parent d6b66eb8f7
commit db3f7c7bac

View File

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