Skip to content

Commit 1337b20

Browse files
committed
[java] Bumping version to 4.13.0-SNAPSHOT for nightly
1 parent 83a27e7 commit 1337b20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Rakefile

+2-2
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.12'
54+
'4.13'
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SE_VERSION = "4.12.1"
1+
SE_VERSION = "4.13.0-SNAPSHOT"
22
TOOLS_JAVA_VERSION = "17"

0 commit comments

Comments
 (0)