Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 830914c

Browse files
committed
Prepare for release 0.1.0
1 parent 2a49c3b commit 830914c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cli/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/docker/api/cli/dockerclassic"
1010
)
1111

12-
const cliVersion = "1.0.0-beta"
12+
const cliVersion = "0.1.0"
1313

1414
// VersionCommand command to display version
1515
func VersionCommand() *cobra.Command {

tests/e2e/e2e_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ func (s *E2eSuite) TestDisplayFriendlyErrorMessageForLegacyCommands() {
166166

167167
func (s *E2eSuite) TestDisplaysAdditionalLineInDockerVersion() {
168168
output := s.NewDockerCommand("version").ExecOrDie()
169-
Expect(output).To(ContainSubstring(`Azure integration 1.0.0-beta
170-
Version: `))
169+
Expect(output).To(ContainSubstring("Azure integration"))
171170
}
172171

173172
func (s *E2eSuite) TestMockBackend() {

0 commit comments

Comments
 (0)