Merge pull request #270 from docker/version_0.1.3

Bump version to 0.1.3
This commit is contained in:
Guillaume Tardif 2020-06-23 17:07:39 +02:00 committed by GitHub
commit 6b31b91f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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