Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #238 from docker/version_0.1.1
Browse files Browse the repository at this point in the history
CLI version 0.1.0 => 0.1.1
  • Loading branch information
gtardif authored Jun 18, 2020
2 parents 26273b3 + ba5eb3b commit d6084e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d6084e1

Please sign in to comment.