summaryrefslogtreecommitdiff
path: root/lib/asciidoctor/interdoc_reftext/version.rb
blob: 033c3f8d17d8c52720970152b48ee96adbabdcf1 (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.0.0'.freeze
  end
end