Skip to content

Commit fc58eac

Browse files
committed
[java] Bumping to 4.11.0-SNAPSHOT
1 parent 7b9cb37 commit fc58eac

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.10'
54+
'4.11'
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 +1 @@
1-
SE_VERSION = "4.10.0"
1+
SE_VERSION = "4.11.0-SNAPSHOT"

0 commit comments

Comments
 (0)