提交 942d9969 编写于 作者: J Jingwen Owen Ou

Bump version to v0.19.0

上级 7a404f66
......@@ -3,7 +3,7 @@
"ArtifactsDest": "target",
"Arch": "386,amd64",
"Os": "darwin,linux,windows",
"PackageVersion": "0.18.0",
"PackageVersion": "0.19.0",
"PrereleaseInfo": "snapshot",
"Verbosity": "v",
"Resources": {
......
......@@ -7,7 +7,7 @@ import (
"os"
)
const Version = "0.18.0"
const Version = "0.19.0"
var cmdVersion = &Command{
Run: runVersion,
......
require "formula"
class Gh < Formula
VERSION = "0.18.0"
VERSION = "0.19.0"
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.
先完成此消息的编辑!
想要评论请 注册