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

Commit d6084e1

Browse files
authored
Merge pull request #238 from docker/version_0.1.1
CLI version 0.1.0 => 0.1.1
2 parents 26273b3 + ba5eb3b commit d6084e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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/mobycli"
1010
)
1111

12-
const cliVersion = "0.1.0"
12+
const cliVersion = "0.1.1"
1313

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

0 commit comments

Comments
 (0)