mirror of
https://github.com/docker/compose.git
synced 2026-08-28 12:23:49 +00:00
Merge pull request #238 from docker/version_0.1.1
CLI version 0.1.0 => 0.1.1
This commit is contained in:
commit
d6084e1b6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue