From 511b43613e5f72b161578d0ab373aad123ccfd5e Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Wed, 9 Aug 2017 15:44:14 +0900 Subject: [PATCH] Bump version to 3.1.0 --- Dockerfile | 2 +- Gemfile.lock | 2 +- lib/github/nippou/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1f6a2bb..6c7ed01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ruby:2.4-alpine LABEL maintainer "masutaka.net@gmail.com" -ENV VERSION=3.0.0 +ENV VERSION=3.1.0 RUN apk add --update --no-cache git && \ gem install -N github-nippou -v ${VERSION} diff --git a/Gemfile.lock b/Gemfile.lock index 65bba01..251c3cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - github-nippou (3.0.0) + github-nippou (3.1.0) activesupport highline launchy diff --git a/lib/github/nippou/version.rb b/lib/github/nippou/version.rb index 250c32b..e0db650 100644 --- a/lib/github/nippou/version.rb +++ b/lib/github/nippou/version.rb @@ -1,5 +1,5 @@ module Github module Nippou - VERSION = '3.0.0' + VERSION = '3.1.0' end end