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

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