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 a91b466 commit e8fa859Copy full SHA for e8fa859
lib/rdoc.rb
@@ -65,7 +65,7 @@ class Error < RuntimeError; end
65
##
66
# RDoc version you are using
67
68
- VERSION = '6.0.0.beta2'
+ VERSION = '6.0.0.beta3'
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-09-12"
+ s.date = "2017-10-10"
12
13
s.authors = [
14
"Eric Hodel",
0 commit comments