Skip to content

Commit

Permalink
Prepare release 10.0.0-beta8
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva committed May 4, 2023
1 parent 0ff0b26 commit fdd1d95
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Toolkit change log

## Version 9.9.2
## Version 9.9.2 | 10.0.0-beta8
- DQA-6954: Remove sudo references.
- DQA-6889: runner.yml.dist - forcing reverse proxy settings for all repo.

Expand Down
2 changes: 1 addition & 1 deletion phpdoc.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<paths>
<output>docs</output>
</paths>
<version number="10.0.0-beta6">
<version number="10.0.0-beta8">
<folder>latest</folder>
<api>
<source dsn=".">
Expand Down
2 changes: 1 addition & 1 deletion src/Toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final class Toolkit
/**
* Constant holding the current version.
*/
public const VERSION = '10.0.0-beta7';
public const VERSION = '10.0.0-beta8';

/**
* Returns the Toolkit root.
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/commands/tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
[WARNING] Failed to get Toolkit version from composer.lock.
Minimum version: ^10
Current version: 10.0.0-beta7
Current version: 10.0.0-beta8
Version check: OK
- command: toolkit:check-version
Expand All @@ -99,7 +99,7 @@
> Checking Toolkit version:
Minimum version: ^10
Current version: 10.0.0-beta7
Current version: 10.0.0-beta8
Version check: OK
- command: toolkit:vendor-list
Expand Down

0 comments on commit fdd1d95

Please sign in to comment.