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

- old
+ new

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