mirror of https://github.com/docker/compose.git
Merge pull request #270 from docker/version_0.1.3
Bump version to 0.1.3
This commit is contained in:
commit
6b31b91f18
|
@ -26,7 +26,7 @@ import (
|
||||||
"github.com/docker/api/cli/mobycli"
|
"github.com/docker/api/cli/mobycli"
|
||||||
)
|
)
|
||||||
|
|
||||||
const cliVersion = "0.1.2"
|
const cliVersion = "0.1.3"
|
||||||
|
|
||||||
// VersionCommand command to display version
|
// VersionCommand command to display version
|
||||||
func VersionCommand() *cobra.Command {
|
func VersionCommand() *cobra.Command {
|
||||||
|
|
Loading…
Reference in New Issue