зеркало из https://github.com/mislav/hub.git
Bump version to 0.7.0
This commit is contained in:
Родитель
e26413d627
Коммит
4699036c7f
|
@ -4,7 +4,7 @@
|
|||
"Arch": "386,amd64",
|
||||
"ArtifactsDest": "target",
|
||||
"Os": "darwin,linux,windows",
|
||||
"PackageVersion": "0.6.1",
|
||||
"PackageVersion": "0.7.0",
|
||||
"PrereleaseInfo": "snapshot",
|
||||
"Verbosity": "v",
|
||||
"Resources": {
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"github.com/jingweno/gh/utils"
|
||||
)
|
||||
|
||||
const Version = "0.6.1"
|
||||
const Version = "0.7.0"
|
||||
|
||||
var cmdVersion = &Command{
|
||||
Run: runVersion,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
require 'formula'
|
||||
|
||||
class Gh < Formula
|
||||
VERSION = '0.6.1'
|
||||
VERSION = '0.7.0'
|
||||
|
||||
homepage 'https://github.com/jingweno/gh'
|
||||
url "https://github.com/jingweno/gh/archive/#{VERSION}.tar.gz"
|
||||
|
|
Загрузка…
Ссылка в новой задаче