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

  ##
  # RDoc version you are using

  VERSION = '6.3.0'

end