1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-24 21:07:32 +00:00

rke-tools:v0.1.31

This commit is contained in:
kinarashah
2019-06-12 10:09:20 -07:00
committed by Alena Prokharchyk
parent 867c0f44e6
commit 398a8fa174

View File

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