diff --git a/.goxc.json b/.goxc.json index 89bcdf81..6fe3ca61 100644 --- a/.goxc.json +++ b/.goxc.json @@ -3,7 +3,7 @@ "ArtifactsDest": "target", "Arch": "386,amd64", "Os": "darwin,linux,windows", - "PackageVersion": "0.19.2", + "PackageVersion": "0.20.0", "PrereleaseInfo": "snapshot", "Verbosity": "v", "Resources": { diff --git a/commands/version.go b/commands/version.go index a917733e..34ab6f41 100644 --- a/commands/version.go +++ b/commands/version.go @@ -7,7 +7,7 @@ import ( "os" ) -const Version = "0.19.2" +const Version = "0.20.0" var cmdVersion = &Command{ Run: runVersion, diff --git a/homebrew/gh.rb b/homebrew/gh.rb index c2a4d884..8efd2f06 100644 --- a/homebrew/gh.rb +++ b/homebrew/gh.rb @@ -1,7 +1,7 @@ require "formula" class Gh < Formula - VERSION = "0.19.2" + VERSION = "0.20.0" ARCH = if MacOS.prefer_64_bit? "amd64" else