Skip to content

Commit c149513

Browse files
committed
[java] Bumping version to 4.10.0-SNAPSHOT
[skip ci]
1 parent 922aaf3 commit c149513

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.9'
54+
'4.10'
5555
end
5656

5757
def version
58-
"#{release_version}.1"
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 +1 @@
1-
SE_VERSION = "4.9.1"
1+
SE_VERSION = "4.10.0-SNAPSHOT"

0 commit comments

Comments
 (0)