Skip to content

Commit 2cda99c

Browse files
committed
bump version to 6.0.0.beta4
1 parent b7449e4 commit 2cda99c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/rdoc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Error < RuntimeError; end
6565
##
6666
# RDoc version you are using
6767

68-
VERSION = '6.0.0.beta3'
68+
VERSION = '6.0.0.beta4'
6969

7070
##
7171
# Method visibilities

rdoc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ end
88
Gem::Specification.new do |s|
99
s.name = "rdoc"
1010
s.version = RDoc::VERSION
11-
s.date = "2017-10-10"
11+
s.date = "2017-11-27"
1212

1313
s.authors = [
1414
"Eric Hodel",

0 commit comments

Comments
 (0)