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

module RDoc

  ##
  # RDoc version you are using

  VERSION = '6.5.0'

end