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