File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def release_version
48
48
end
49
49
50
50
def version
51
- "#{ release_version } .5 "
51
+ "#{ release_version } .59 "
52
52
end
53
53
54
54
# The build system used by webdriver is layered on top of rake, and we call it
Original file line number Diff line number Diff line change
1
+ v3.141.59
2
+ =========
3
+
4
+ * Restored remoteHost support
5
+ * [Grid] Adding a test to check that remoteHost is properly read and
6
+ set.
7
+ * Fix mime-types of displayed content in help servlet.
8
+ * Encourage people to access help over https.
9
+ * Implement `WrapsElement` by `Select` element wrapper (#6616)
10
+ * Version number is an even better approximation of π.
11
+
1
12
v3.141.5
2
13
========
3
14
Original file line number Diff line number Diff line change 1
1
# BUILD FILE SYNTAX: SKYLARK
2
2
3
- SE_VERSION = '3.141.5 '
3
+ SE_VERSION = '3.141.59 '
4
4
You can’t perform that action at this time.
0 commit comments