diff --git a/.goxc.json b/.goxc.json index be9c58b038a1d9262bba4914df6bae6ca3705005..734be19529e485f39c745827be41fb930a03199c 100644 --- a/.goxc.json +++ b/.goxc.json @@ -3,7 +3,7 @@ "ArtifactsDest": "target", "Arch": "386,amd64", "Os": "darwin,linux,windows", - "PackageVersion": "0.13.1", + "PackageVersion": "0.14.0", "PrereleaseInfo": "snapshot", "Verbosity": "v", "Resources": { diff --git a/commands/version.go b/commands/version.go index 6da400807a24737417c09a92c1a1be2608ae11f3..c6eb48a2254830975650620230718eac5ded631b 100644 --- a/commands/version.go +++ b/commands/version.go @@ -7,7 +7,7 @@ import ( "os" ) -const Version = "0.13.1" +const Version = "0.14.0" var cmdVersion = &Command{ Run: runVersion, diff --git a/homebrew/gh.rb b/homebrew/gh.rb index 879f2a37c81060594f8a29111ec2b71b50a8b51f..5d6e070638627b9ca1cab738a2f52bbfe50462c6 100644 --- a/homebrew/gh.rb +++ b/homebrew/gh.rb @@ -1,7 +1,7 @@ require "formula" class Gh < Formula - VERSION = "0.13.1" + VERSION = "0.14.0" ARCH = if MacOS.prefer_64_bit? "amd64" else