mirror of
https://github.com/docker/compose.git
synced 2025-07-03 20:04:25 +02:00
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"
|
"github.com/docker/api/cli/dockerclassic"
|
||||||
)
|
)
|
||||||
|
|
||||||
const cliVersion = "1.0.0-beta"
|
const cliVersion = "0.1.0"
|
||||||
|
|
||||||
// VersionCommand command to display version
|
// VersionCommand command to display version
|
||||||
func VersionCommand() *cobra.Command {
|
func VersionCommand() *cobra.Command {
|
||||||
|
@ -166,8 +166,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 1.0.0-beta
|
Expect(output).To(ContainSubstring("Azure integration"))
|
||||||
Version: `))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *E2eSuite) TestMockBackend() {
|
func (s *E2eSuite) TestMockBackend() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user