lib/asciidoctor-pdf/version.rb in asciidoctor-pdf-1.5.0.beta.4 vs lib/asciidoctor-pdf/version.rb in asciidoctor-pdf-1.5.0.beta.5
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Asciidoctor
module PDF
- VERSION = '1.5.0.beta.4'
+ VERSION = '1.5.0.beta.5'
end
Pdf = PDF unless const_defined? :Pdf, false
end