lib/rdoc/version.rb



# frozen_string_literal: true

module RDoc

  ##
  # RDoc version you are using

  VERSION = '6.12.0'

end