зеркало из https://github.com/mislav/hub.git
Bump version to v0.25.0
This commit is contained in:
Родитель
18640900c8
Коммит
6a675ede49
|
@ -3,7 +3,7 @@
|
|||
"ArtifactsDest": "target",
|
||||
"Arch": "386,amd64",
|
||||
"Os": "darwin,linux,windows",
|
||||
"PackageVersion": "0.24.2",
|
||||
"PackageVersion": "0.25.0",
|
||||
"PrereleaseInfo": "snapshot",
|
||||
"Verbosity": "v",
|
||||
"Resources": {
|
||||
|
|
|
@ -7,7 +7,7 @@ import (
|
|||
"os"
|
||||
)
|
||||
|
||||
const Version = "0.24.2"
|
||||
const Version = "0.25.0"
|
||||
|
||||
var cmdVersion = &Command{
|
||||
Run: runVersion,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
require "formula"
|
||||
|
||||
class Gh < Formula
|
||||
VERSION = "0.24.2"
|
||||
VERSION = "0.25.0"
|
||||
ARCH = if MacOS.prefer_64_bit?
|
||||
"amd64"
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче