Skip to content

Commit

Permalink
Bump java version number prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 6, 2018
1 parent ad4d1c7 commit 23995e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def release_version
end

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

ide_version = "2.9.1"
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.141.0'
SE_VERSION = '3.141.5'

0 comments on commit 23995e0

Please sign in to comment.