We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cda99c commit ba2e6adCopy full SHA for ba2e6ad
lib/rdoc.rb
@@ -65,7 +65,7 @@ class Error < RuntimeError; end
65
##
66
# RDoc version you are using
67
68
- VERSION = '6.0.0.beta4'
+ VERSION = '6.0.0'
69
70
71
# Method visibilities
rdoc.gemspec
@@ -8,7 +8,7 @@ end
8
Gem::Specification.new do |s|
9
s.name = "rdoc"
10
s.version = RDoc::VERSION
11
- s.date = "2017-11-27"
+ s.date = "2017-12-05"
12
13
s.authors = [
14
"Eric Hodel",
0 commit comments