diff options
Diffstat (limited to 'lib/rdoc/version.rb')
-rw-r--r-- | lib/rdoc/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/version.rb b/lib/rdoc/version.rb index f6e18f7d4d..a3ef62d6be 100644 --- a/lib/rdoc/version.rb +++ b/lib/rdoc/version.rb @@ -3,6 +3,6 @@ module RDoc ## # RDoc version you are using - VERSION = '6.3.1' + VERSION = '6.3.2' end |