From d89787043e8ea7bf30cded8118b0044fb3a95078 Mon Sep 17 00:00:00 2001 From: Pedro Cunha Date: Fri, 22 Jan 2016 16:08:18 +0000 Subject: [PATCH] Bump version due to Rubygems yank policy --- Gemfile.lock | 2 +- lib/git-whistles/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a5d357c..5d7999f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - git-whistles (1.0.0) + git-whistles (1.0.1) jira-ruby pivotal-tracker (~> 0.5.6) term-ansicolor diff --git a/lib/git-whistles/version.rb b/lib/git-whistles/version.rb index 1bbb4ad..0fa4036 100644 --- a/lib/git-whistles/version.rb +++ b/lib/git-whistles/version.rb @@ -4,7 +4,7 @@ module Git module Whistles - VERSION = "1.0.0" + VERSION = "1.0.1" GEMDIR = Pathname.new(__FILE__).parent.parent.parent end end