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

module RDoc

  ##
  # RDoc version you are using

  VERSION = '6.6.1'

end