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

module Asciidoctor
  module PDF
    VERSION = '2.0.4'
  end
end