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

module RDoc

  ##
  # RDoc version you are using

  VERSION = '6.8.1'

end