Skip to content

Commit 1bef9d0

Browse files
committed
update versions for 4.16 nightly releases
1 parent 1d14b55 commit 1bef9d0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ $DEBUG = true if ENV['debug'] == 'true'
5151
verbose($DEBUG)
5252

5353
def release_version
54-
'4.15'
54+
'4.16'
5555
end
5656

5757
def version
58-
"#{release_version}.0"
58+
"#{release_version}.0-SNAPSHOT"
5959
end
6060

6161
# The build system used by webdriver is layered on top of rake, and we call it

java/version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SE_VERSION = "4.15.0"
1+
SE_VERSION = "4.16.0-SNAPSHOT"
22
TOOLS_JAVA_VERSION = "17"

rb/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
selenium-devtools (0.119.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.15.0)
6+
selenium-webdriver (4.16.0.nightly)
77
rexml (~> 3.2, >= 3.2.5)
88
rubyzip (>= 1.2.2, < 3.0)
99
websocket (~> 1.0)

rb/lib/selenium/webdriver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module WebDriver
22-
VERSION = '4.15.0'
22+
VERSION = '4.16.0.nightly'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)