Skip to content

Commit 2421617

Browse files
committed
rb - update Ruby changelog and version for Ruby-only beta point release
1 parent 514156c commit 2421617

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

rb/CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.0.0.beta2.1 (2016-08-03)
2+
===================
3+
4+
Ruby:
5+
* Fixed bug in collections
6+
17
3.0.0.beta2 (2016-08-02)
28
===================
39

rb/selenium-webdriver.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ raise "cwd must be #{root} when reading gemspec" if root != Dir.pwd
55

66
Gem::Specification.new do |s|
77
s.name = 'selenium-webdriver'
8-
s.version = '3.0.0.dev2'
8+
s.version = '3.0.0.beta2.1'
99

1010
s.authors = ['Alex Rodionov', 'Titus Fortner']
1111

0 commit comments

Comments
 (0)