Merge pull request #279 from docker/version_0.1.4

Bump version 0.1.4
This commit is contained in:
Guillaume Tardif 2020-06-24 11:43:04 +02:00 committed by GitHub
commit 4a9f65a29a
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.3"
const cliVersion = "0.1.4"
// VersionCommand command to display version
func VersionCommand() *cobra.Command {