Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Aug 9, 2017
1 parent 48e7693 commit 511b436
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ruby:2.4-alpine
LABEL maintainer "[email protected]"

ENV VERSION=3.0.0
ENV VERSION=3.1.0

RUN apk add --update --no-cache git && \
gem install -N github-nippou -v ${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
github-nippou (3.0.0)
github-nippou (3.1.0)
activesupport
highline
launchy
Expand Down
2 changes: 1 addition & 1 deletion lib/github/nippou/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Github
module Nippou
VERSION = '3.0.0'
VERSION = '3.1.0'
end
end

0 comments on commit 511b436

Please sign in to comment.