Skip to content

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
strzibny committed Oct 13, 2024
1 parent 1a24933 commit 957aa85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ RUN apk update && apk upgrade
RUN apk add build-base bash ruby ruby-etc ruby-dev

# Install builtin fonts
RUN gem install invoice_printer_fonts --version 2.3.0 --no-document
RUN gem install invoice_printer_fonts --version 2.4.0 --no-document

# Install the gem from RubyGems.org
RUN gem install invoice_printer_server --version 2.3.0 --no-document
RUN gem install invoice_printer_server --version 2.4.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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module InvoicePrinter
VERSION = '2.3.0'
VERSION = '2.4.0'
end

0 comments on commit 957aa85

Please sign in to comment.