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

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