1
0
Эх сурвалжийг харах

Merge pull request #270 from docker/version_0.1.3

Bump version to 0.1.3
Guillaume Tardif 5 жил өмнө
parent
commit
6b31b91f18
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      cli/cmd/version.go

+ 1 - 1
cli/cmd/version.go

@@ -26,7 +26,7 @@ import (
 	"github.com/docker/api/cli/mobycli"
 )
 
-const cliVersion = "0.1.2"
+const cliVersion = "0.1.3"
 
 // VersionCommand command to display version
 func VersionCommand() *cobra.Command {