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

module Asciidoctor
  module PDF
    VERSION = '2.0.0'
  end
end