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

- old
+ new

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