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

module RDoc

  ##
  # RDoc version you are using

  VERSION = '6.4.0'

end