CLI version 0.1.0 => 0.1.1

This commit is contained in:
Guillaume Tardif 2020-06-18 12:25:10 +02:00
parent 26273b3aa3
commit ba5eb3b865
1 changed files with 1 additions and 1 deletions

View File

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