From 71cd661d3a127cbb61e3f27735bb694832cc3c75 Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Sun, 10 Apr 2016 14:28:49 +0900 Subject: [PATCH] Bump version to 2.0.1 --- Gemfile.lock | 2 +- lib/github/nippou/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9d6646b..5ac4f3a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - github-nippou (2.0.0) + github-nippou (2.0.1) activesupport octokit parallel diff --git a/lib/github/nippou/version.rb b/lib/github/nippou/version.rb index 9fa9b1a..82b3a83 100644 --- a/lib/github/nippou/version.rb +++ b/lib/github/nippou/version.rb @@ -1,5 +1,5 @@ module Github module Nippou - VERSION = '2.0.0' + VERSION = '2.0.1' end end