Skip to content

Commit 2ffdc49

Browse files
author
Simon Stewart
committed
Bump java version to 3.9.1
1 parent 97ae981 commit 2ffdc49

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def release_version
5050
end
5151

5252
def version
53-
"#{release_version}.0"
53+
"#{release_version}.1"
5454
end
5555

5656
ide_version = "2.9.1"

java/CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v3.9.1
2+
======
3+
4+
* OkHttp backed instances can now connect to servers requiring
5+
authorisation. Based on PR #5444 proposed by @valfirst.
6+
17
v3.9.0
28
======
39

selenium-version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# BUILD FILE SYNTAX: SKYLARK
22

3-
SE_VERSION = '3.9.0'
3+
SE_VERSION = '3.9.1'
44

0 commit comments

Comments
 (0)