소스 검색

Bump version to 0.1.3

Guillaume Tardif 5 년 전
부모
커밋
bf76fe2f32
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 {