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

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