diff --git a/.goxc.json b/.goxc.json index 4811487aa04e681aeeaf31097fd773addf35330c..08cc7cc2f133d224c94261ec82b40b3c4fbe3c0f 100644 --- a/.goxc.json +++ b/.goxc.json @@ -4,7 +4,7 @@ "Arch": "386,amd64", "ArtifactsDest": "target", "Os": "darwin,linux,windows", - "PackageVersion": "0.5.0", + "PackageVersion": "0.5.1", "PrereleaseInfo": "snapshot", "Verbosity": "v", "Resources": { diff --git a/commands/version.go b/commands/version.go index 5c1f15f9fd85a9ce2838d32371e8d606ad333d50..d6f15fdf9b8149bf6c3becccb0ca3438b7b72024 100644 --- a/commands/version.go +++ b/commands/version.go @@ -6,7 +6,7 @@ import ( "github.com/jingweno/gh/utils" ) -const Version = "0.5.0" +const Version = "0.5.1" var cmdVersion = &Command{ Run: runVersion, diff --git a/homebrew/gh.rb b/homebrew/gh.rb index 66710f9679fef95d73acb28144f0362373646330..7026dae31ee87b35ea97858205bada3e99438942 100644 --- a/homebrew/gh.rb +++ b/homebrew/gh.rb @@ -1,7 +1,7 @@ require 'formula' class Gh < Formula - VERSION = '0.5.0' + VERSION = '0.5.1' ARCH = if MacOS.prefer_64_bit? 'amd64' else