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

Commit 6b31b91

Browse files
authoredJun 23, 2020
Merge pull request #270 from docker/version_0.1.3
Bump version to 0.1.3
2 parents c673b32 + bf76fe2 commit 6b31b91

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

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

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

0 commit comments

Comments
 (0)
This repository has been archived.