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