summaryrefslogtreecommitdiff
path: root/lib/asciidoctor/pdf/version.rb
blob: dafd25d96c427b037be8f7ff1d8c6c37e09513fb (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true
module Asciidoctor
module PDF
  VERSION = '1.5.0.rc.1.dev'
end
Pdf = PDF unless const_defined? :Pdf, false
end