mirror of https://github.com/docker/compose.git
Bump version to 0.1.3
This commit is contained in:
parent
c673b3256b
commit
bf76fe2f32
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue