From 25d6a7efabffba4112596391e90cbde0b23f884e Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 5 Dec 2017 11:08:00 +0000 Subject: Bump version to rdoc-6.0.0. There is no changes from rdoc-6.0.0.bebta4. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc.rb | 2 +- lib/rdoc/rdoc.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rdoc.rb b/lib/rdoc.rb index 35f87c4932..fcdf9be4b1 100644 --- a/lib/rdoc.rb +++ b/lib/rdoc.rb @@ -65,7 +65,7 @@ module RDoc ## # RDoc version you are using - VERSION = '6.0.0.beta4' + VERSION = '6.0.0' ## # Method visibilities diff --git a/lib/rdoc/rdoc.gemspec b/lib/rdoc/rdoc.gemspec index 1ccfddfc7a..57a66984fd 100644 --- a/lib/rdoc/rdoc.gemspec +++ b/lib/rdoc/rdoc.gemspec @@ -8,7 +8,7 @@ end Gem::Specification.new do |s| s.name = "rdoc" s.version = RDoc::VERSION - s.date = "2017-11-27" + s.date = "2017-12-05" s.authors = [ "Eric Hodel", -- cgit v1.2.3