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

module Asciidoctor
  module PDF
    VERSION = '1.6.2.dev'
  end
  Pdf = PDF unless const_defined? :Pdf, false
end