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

module Asciidoctor
  module PDF
    VERSION = '2.2.0-alpha.0'
  end
end