Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
strzibny committed Oct 2, 2019
1 parent 4d88b40 commit 0cf6997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -25,10 +25,10 @@ RUN apk update && apk upgrade
RUN apk add build-base bash ruby ruby-etc ruby-dev

# Install support for builtin fonts
RUN gem install invoice_printer_fonts --version 2.0.0.beta3 --no-document
RUN gem install invoice_printer_fonts --version 2.0.0 --no-document

# Install gem from RubyGems.org
RUN gem install invoice_printer_server --version 2.0.0.beta3 --no-document
RUN gem install invoice_printer_server --version 2.0.0 --no-document

# Clean APK cache
RUN rm -rf /var/cache/apk/*
Expand Down
2 changes: 1 addition & 1 deletion lib/invoice_printer/version.rb
@@ -1,3 +1,3 @@
module InvoicePrinter
VERSION = '2.0.0.beta3'
VERSION = '2.0.0'
end

0 comments on commit 0cf6997

Please sign in to comment.