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

Commit 4a9f65a

Browse files
authored
Merge pull request #279 from docker/version_0.1.4
Bump version 0.1.4
2 parents e904ac8 + 0d75d58 commit 4a9f65a

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
@@ -26,7 +26,7 @@ import (
2626
"github.com/docker/api/cli/mobycli"
2727
)
2828

29-
const cliVersion = "0.1.3"
29+
const cliVersion = "0.1.4"
3030

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

0 commit comments

Comments
 (0)