summaryrefslogtreecommitdiff
path: root/lib/asciidoctor/pdf/version.rb
blob: 02c142e4763855756710111439efe4f3937de427 (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true
module Asciidoctor
module PDF
  VERSION = '1.5.0.beta.6'
end
Pdf = PDF unless const_defined? :Pdf, false
end