diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6a2e2..584f409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## Unreleased + +## 3.0.0-rc2 - 2021-11-29 ### Changed - Download Selenium server releases from GitHub (see [announcement](https://www.selenium.dev/blog/2021/downloads-moving-to-github-releases/)). diff --git a/bin/steward b/bin/steward index 53fe41d..b624c42 100755 --- a/bin/steward +++ b/bin/steward @@ -43,7 +43,7 @@ if ($installedAsDependency) { } $dispatcher = new EventDispatcher(); -$application = new Application('Steward', '3.0.0-rc1'); +$application = new Application('Steward', '3.0.0-rc2'); $application->setDispatcher($dispatcher); // Search for listeners and attach them to dispatcher