From ba5eb3b865b98f06966fcfc3d8fc326435b06830 Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Thu, 18 Jun 2020 12:25:10 +0200 Subject: [PATCH] CLI version 0.1.0 => 0.1.1 --- cli/cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmd/version.go b/cli/cmd/version.go index eee60b3b0..4bc12b4fc 100644 --- a/cli/cmd/version.go +++ b/cli/cmd/version.go @@ -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 {