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