Skip to content

Commit 2412cd4

Browse files
committed
bump version to 6.0.0.beta2 and added release date
1 parent a27fecf commit 2412cd4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.beta1'
68+
VERSION = '6.0.0.beta2'
6969

7070
##
7171
# Method visibilities

rdoc.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ require_relative "lib/rdoc"
33
Gem::Specification.new do |s|
44
s.name = "rdoc"
55
s.version = RDoc::VERSION
6-
6+
s.date = "2017-09-12"
7+
78
s.authors = [
89
"Eric Hodel",
910
"Dave Thomas",

0 commit comments

Comments
 (0)