Skip to content

Commit d9a5b1b

Browse files
committed
[java] Bumping version to 4.12.0-SNAPSHOT for nightly
1 parent 967ac63 commit d9a5b1b

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.11'
54+
'4.12'
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.11.0"
1+
SE_VERSION = "4.12.0-SNAPSHOT"
22
TOOLS_JAVA_VERSION = "17"

0 commit comments

Comments
 (0)