浏览代码

Version 0.1.2

Guillaume Tardif 5 年之前
父节点
当前提交
ef83880608
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cli/cmd/version.go

+ 1 - 1
cli/cmd/version.go

@@ -25,7 +25,7 @@ import (
 	"github.com/docker/api/cli/mobycli"
 )
 
-const cliVersion = "0.1.1"
+const cliVersion = "0.1.2"
 
 // VersionCommand command to display version
 func VersionCommand() *cobra.Command {