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