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

module Asciidoctor
  module PDF
    VERSION = '2.3.4'
  end
end