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

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