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

module Asciidoctor
  module PDF
    VERSION = '1.5.3'
  end
  Pdf = PDF unless const_defined? :Pdf, false
end