summaryrefslogtreecommitdiff
path: root/lib/asciidoctor/pdf/version.rb
blob: 124d79fa115c7c92dec4e4782bc71d8f7e4fcc32 (plain) (blame)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

module Asciidoctor
  module PDF
    VERSION = '1.5.0.rc.2'
  end
  Pdf = PDF unless const_defined? :Pdf, false
end