Skip to content

Commit 40d081b

Browse files
committed
Bump version to 6.0.1
1 parent 1495e82 commit 40d081b

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'
68+
VERSION = '6.0.1'
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-12-05"
11+
s.date = "2017-12-24"
1212

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

0 commit comments

Comments
 (0)