Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Aug 7, 2017
1 parent 0845c9c commit 5c411ac
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.beta2
ENV VERSION=3.0.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.beta2)
github-nippou (3.0.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.beta2'
VERSION = '3.0.0'
end
end

0 comments on commit 5c411ac

Please sign in to comment.