Skip to content

Commit da101c9

Browse files
committed
rb - bump version for beta release
1 parent a986c75 commit da101c9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

rb/CHANGES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
3.0 (Unreleased)
1+
3.0 (2016-07-28)
2+
===================
23

34
Ruby:
45
* Remove support for RC client

rb/selenium-webdriver.gemspec

Lines changed: 1 addition & 1 deletion
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.0dev'
8+
s.version = '3.0.0.beta1'
99

1010
s.authors = ['Alex Rodionov', 'Titus Fortner']
1111
s.email = ['p0deje@gmail.com', 'titusfortner@gmail.com']

0 commit comments

Comments
 (0)