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

vendor update rke-tools:v0.1.34

This commit is contained in:
kinarashah
2019-06-26 20:32:00 -07:00
committed by Alena Prokharchyk
parent 433c5acc55
commit f6ecaa15fa
3 changed files with 18 additions and 18 deletions

View File

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