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

module Asciidoctor
  module PDF
    VERSION = '2.0.5'
  end
end