We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4d1c7 commit 23995e0Copy full SHA for 23995e0
Rakefile
@@ -49,7 +49,7 @@ def release_version
49
end
50
51
def version
52
- "#{release_version}.0"
+ "#{release_version}.5"
53
54
55
ide_version = "2.9.1"
selenium-version.bzl
@@ -1,4 +1,4 @@
1
# BUILD FILE SYNTAX: SKYLARK
2
3
-SE_VERSION = '3.141.0'
+SE_VERSION = '3.141.5'
4
0 commit comments