Skip to content

Commit

Permalink
Prepare release 10.0.0-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva committed Apr 11, 2023
1 parent c20ca9f commit f7294c9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.8.1
## Version 9.8.1 | 10.0.0-beta5
- DQA-6717: Fix version check to allow version without dot.
- DQA-6651: Command build-dist make tag and sha optional.
- DQA-6694: PHPStan drupal root dynamic & missing ruleset.
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="9.8.1">
<version number="10.0.0-beta5">
<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 = '9.8.1';
public const VERSION = '10.0.0-beta5';

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

0 comments on commit f7294c9

Please sign in to comment.