-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Simon Stewart
committed
Mar 9, 2018
1 parent
616793e
commit b09d741
Showing
9 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ end | |
verbose($DEBUG) | ||
|
||
def release_version | ||
"3.10" | ||
"3.11" | ||
end | ||
|
||
def version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# BUILD FILE SYNTAX: SKYLARK | ||
|
||
SE_VERSION = '3.10.0' | ||
ASSEMBLY_VERSION = '3.10.0.0' | ||
SE_VERSION = '3.11.0' | ||
ASSEMBLY_VERSION = '3.11.0.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
<Description about="urn:mozilla:install-manifest"> | ||
<em:id>[email protected]</em:id> | ||
<em:version>3.10.0</em:version> | ||
<em:version>3.11.0</em:version> | ||
<em:type>2</em:type> | ||
<em:name>Firefox WebDriver</em:name> | ||
<em:description>WebDriver implementation for Firefox</em:description> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
# under the License. | ||
|
||
|
||
__version__ = "3.10.0" | ||
__version__ = "3.11.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ raise "cwd must be #{root} when reading gemspec" if root != Dir.pwd | |
|
||
Gem::Specification.new do |s| | ||
s.name = 'selenium-webdriver' | ||
s.version = '3.10.0' | ||
s.version = '3.11.0' | ||
|
||
s.authors = ['Alex Rodionov', 'Titus Fortner'] | ||
s.email = ['[email protected]', '[email protected]'] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# BUILD FILE SYNTAX: SKYLARK | ||
|
||
SE_VERSION = '3.10.0' | ||
SE_VERSION = '3.11.0' | ||
|