We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d88b40 commit 0cf6997Copy full SHA for 0cf6997
Dockerfile
@@ -25,10 +25,10 @@ RUN apk update && apk upgrade
25
RUN apk add build-base bash ruby ruby-etc ruby-dev
26
27
# Install support for builtin fonts
28
-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
29
30
# Install gem from RubyGems.org
31
-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
32
33
# Clean APK cache
34
RUN rm -rf /var/cache/apk/*
lib/invoice_printer/version.rb
@@ -1,3 +1,3 @@
1
module InvoicePrinter
2
- VERSION = '2.0.0.beta3'
+ VERSION = '2.0.0'
3
end
0 commit comments