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

module Asciidoctor
  module PDF
    VERSION = '2.0.0.alpha.1'
  end
end