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

Structure and config changes

This commit is contained in:
galal-hussein
2017-11-28 19:45:24 +02:00
parent c77d3b51be
commit 41c48877ba
22 changed files with 255 additions and 135 deletions

View File

@@ -8,7 +8,7 @@ import (
"github.com/urfave/cli"
)
var VERSION = "v0.0.2-dev"
var VERSION = "v0.0.6-dev"
func main() {
if err := mainErr(); err != nil {