mirror of https://github.com/docker/compose.git
Server version : will be 1.0.0-beta1, -beta2, …
This commit is contained in:
parent
376a4b671c
commit
afa205be95
|
@ -9,7 +9,7 @@ import (
|
||||||
"github.com/docker/api/cli/dockerclassic"
|
"github.com/docker/api/cli/dockerclassic"
|
||||||
)
|
)
|
||||||
|
|
||||||
const cliVersion = "0.1-beta"
|
const cliVersion = "1.0.0-beta"
|
||||||
|
|
||||||
// VersionCommand command to display version
|
// VersionCommand command to display version
|
||||||
func VersionCommand() *cobra.Command {
|
func VersionCommand() *cobra.Command {
|
||||||
|
|
|
@ -143,7 +143,7 @@ func (s *E2eSuite) TestDisplayFriendlyErrorMessageForLegacyCommands() {
|
||||||
|
|
||||||
func (s *E2eSuite) TestDisplaysAdditionalLineInDockerVersion() {
|
func (s *E2eSuite) TestDisplaysAdditionalLineInDockerVersion() {
|
||||||
output := s.NewDockerCommand("version").ExecOrDie()
|
output := s.NewDockerCommand("version").ExecOrDie()
|
||||||
Expect(output).To(ContainSubstring(`Azure integration 0.1-beta
|
Expect(output).To(ContainSubstring(`Azure integration 1.0.0-beta
|
||||||
Version: `))
|
Version: `))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue