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

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