Skip to content

Commit

Permalink
Bump java version to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Stewart committed Feb 7, 2018
1 parent 97ae981 commit 2ffdc49
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def release_version
end

def version
"#{release_version}.0"
"#{release_version}.1"
end

ide_version = "2.9.1"
Expand Down
6 changes: 6 additions & 0 deletions java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v3.9.1
======

* OkHttp backed instances can now connect to servers requiring
authorisation. Based on PR #5444 proposed by @valfirst.

v3.9.0
======

Expand Down
2 changes: 1 addition & 1 deletion selenium-version.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BUILD FILE SYNTAX: SKYLARK

SE_VERSION = '3.9.0'
SE_VERSION = '3.9.1'

0 comments on commit 2ffdc49

Please sign in to comment.