Skip to content

Commit b1fafa7

Browse files
committed
[java] Bumping Java to 4.1.4
[skip ci]
1 parent e952ebb commit b1fafa7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def release_version
5555
end
5656

5757
def version
58-
"#{release_version}.3"
58+
"#{release_version}.4"
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.1.3"
1+
SE_VERSION = "4.1.4"

0 commit comments

Comments
 (0)