提交 75adc6da 编写于 作者: J Jingwen Owen Ou

Bump to 0.5.1

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