Browse Source

Version 0.1.2

Guillaume Tardif 5 years ago
parent
commit
ef83880608
1 changed files with 1 additions and 1 deletions
  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 {