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
4848end
4949
5050def version
51- "#{ release_version } .5 "
51+ "#{ release_version } .59 "
5252end
5353
5454# 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+
112v3.141.5
213========
314
Original file line number Diff line number Diff line change 11# BUILD FILE SYNTAX: SKYLARK
22
3- SE_VERSION = '3.141.5 '
3+ SE_VERSION = '3.141.59 '
44
You can’t perform that action at this time.
0 commit comments