1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-31 06:34:03 +00:00

rke-tools:v0.1.32

This commit is contained in:
kinarashah
2019-06-26 14:51:31 -07:00
committed by Alena Prokharchyk
parent a747114b3c
commit 433c5acc55

View File

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