mirror of https://github.com/docker/compose.git
Prepare for release 0.1.0
This commit is contained in:
parent
2a49c3b32f
commit
830914cb15
|
@ -9,7 +9,7 @@ import (
|
|||
"github.com/docker/api/cli/dockerclassic"
|
||||
)
|
||||
|
||||
const cliVersion = "1.0.0-beta"
|
||||
const cliVersion = "0.1.0"
|
||||
|
||||
// VersionCommand command to display version
|
||||
func VersionCommand() *cobra.Command {
|
||||
|
|
|
@ -166,8 +166,7 @@ func (s *E2eSuite) TestDisplayFriendlyErrorMessageForLegacyCommands() {
|
|||
|
||||
func (s *E2eSuite) TestDisplaysAdditionalLineInDockerVersion() {
|
||||
output := s.NewDockerCommand("version").ExecOrDie()
|
||||
Expect(output).To(ContainSubstring(`Azure integration 1.0.0-beta
|
||||
Version: `))
|
||||
Expect(output).To(ContainSubstring("Azure integration"))
|
||||
}
|
||||
|
||||
func (s *E2eSuite) TestMockBackend() {
|
||||
|
|
Loading…
Reference in New Issue