diff --git a/Gemfile.lock b/Gemfile.lock index 64529d6..00f6fa4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - git-whistles (0.8.0) + git-whistles (0.8.1) pivotal-tracker (~> 0.5.6) term-ansicolor diff --git a/lib/git-whistles/version.rb b/lib/git-whistles/version.rb index 770d54d..9f054a8 100644 --- a/lib/git-whistles/version.rb +++ b/lib/git-whistles/version.rb @@ -4,7 +4,7 @@ module Git module Whistles - VERSION = "0.8.0" + VERSION = "0.8.1" GEMDIR = Pathname.new(__FILE__).parent.parent.parent end end