提交 5ce313d4 编写于 作者: J Jingwen Owen Ou

Bump version to 0.5.2

上级 b9ca73f6
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Arch": "386,amd64", "Arch": "386,amd64",
"ArtifactsDest": "target", "ArtifactsDest": "target",
"Os": "darwin,linux,windows", "Os": "darwin,linux,windows",
"PackageVersion": "0.5.1", "PackageVersion": "0.5.2",
"PrereleaseInfo": "snapshot", "PrereleaseInfo": "snapshot",
"Verbosity": "v", "Verbosity": "v",
"Resources": { "Resources": {
......
...@@ -6,7 +6,7 @@ import ( ...@@ -6,7 +6,7 @@ import (
"github.com/jingweno/gh/utils" "github.com/jingweno/gh/utils"
) )
const Version = "0.5.1" const Version = "0.5.2"
var cmdVersion = &Command{ var cmdVersion = &Command{
Run: runVersion, Run: runVersion,
......
require 'formula' require 'formula'
class Gh < Formula class Gh < Formula
VERSION = '0.5.1' VERSION = '0.5.2'
ARCH = if MacOS.prefer_64_bit? ARCH = if MacOS.prefer_64_bit?
'amd64' 'amd64'
else else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册