summaryrefslogtreecommitdiff
path: root/lib/rdoc/version.rb
blob: 9f66c50a5f47576e5dee18c7fe95f0c35a7d99ff (plain)
1
2
3
4
5
6
7
8
module RDoc

  ##
  # RDoc version you are using

  VERSION = '6.1.0'

end