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

Commit c6f545e

Browse files
authored
Merge pull request #249 from docker/version_0.1.2
Version 0.1.2
2 parents daf7061 + ef83880 commit c6f545e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"github.com/docker/api/cli/mobycli"
2626
)
2727

28-
const cliVersion = "0.1.1"
28+
const cliVersion = "0.1.2"
2929

3030
// VersionCommand command to display version
3131
func VersionCommand() *cobra.Command {

0 commit comments

Comments
 (0)