Merge pull request #249 from docker/version_0.1.2

Version 0.1.2
This commit is contained in:
Guillaume Tardif 2020-06-21 09:14:22 +02:00 committed by GitHub
commit c6f545e6a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {