summaryrefslogtreecommitdiff
path: root/lib/asciidoctor/interdoc_reftext/version.rb
blob: 9d2b4330e7fb058acdf9a7ab57c34e408c2d540f (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

module Asciidoctor
  module InterdocReftext
    # Version of the asciidoctor-interdoc-reftext gem.
    VERSION = '0.4.1'
  end
end