DEBSOURCES
Skip Quicknav
sources / ruby-asciidoctor-include-ext / 0.4.0%2Bgh-1 / lib / asciidoctor / include_ext / version.rb
12345678
# frozen_string_literal: true module Asciidoctor module IncludeExt # Version of the asciidoctor-include-ext gem. VERSION = '0.4.0'.freeze end end