lib/asciidoctor-pdf/version.rb in asciidoctor-pdf-1.5.0.beta.2 vs lib/asciidoctor-pdf/version.rb in asciidoctor-pdf-1.5.0.beta.3

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true module Asciidoctor module PDF - VERSION = '1.5.0.beta.2' + VERSION = '1.5.0.beta.3' end Pdf = PDF unless const_defined? :Pdf, false end