소스 검색

Merge pull request #270 from docker/version_0.1.3

Bump version to 0.1.3
Guillaume Tardif 5 년 전
부모
커밋
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 {