summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rdoc.rb2
-rw-r--r--lib/rdoc/rdoc.gemspec2
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",