diff --git a/README.md b/README.md index 152218f..bca0546 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ other than the selenium role account. ``` /opt/selenium |-- jars -| `-- selenium-server-standalone-2.35.0.jar +| `-- selenium-server-standalone-2.37.0.jar `-- log |-- hub_stderr.log |-- hub_stdout.log @@ -97,7 +97,7 @@ class { 'selenium': group => 'selenium', install_root => '/opt/selenium', java => 'java', - version => '2.35.0', + version => '2.37.0', url => undef, } ``` @@ -130,7 +130,7 @@ class { 'selenium': * `version` - `String` defaults to: `2.35.0` (the latest release as of 2013-10-08) + `String` defaults to: `2.37.0` (the latest release as of 2013-12-04) The version of Selenium Server to download. Used to form the URL used to fetch the jar file.