Skip to content

Commit

Permalink
DQA-7313: Release 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva committed Jun 30, 2023
1 parent 94adb4a commit e09f7bf
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.11.0
## Version 9.11.0 | 10.1.0
- DQA-6750: Command to check drupal permissions.
- DQA-6750: Control blocker of drupal:check-permissions.
- DQA-7006: Duplicated options when running toolkit:lint-php.
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.11.0">
<version number="10.1.0">
<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.11.0';
public const VERSION = '10.1.0';

/**
* 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 @@ -85,8 +85,8 @@
[WARNING] Failed to get Toolkit version from composer.lock.
Minimum version: ^9.6
Current version: 9.11.0
Minimum version: ^10
Current version: 10.1.0
Version check: OK
- command: toolkit:check-version
Expand All @@ -98,8 +98,8 @@
- contains: |
> Checking Toolkit version:
Minimum version: ^9.6
Current version: 9.11.0
Minimum version: ^10
Current version: 10.1.0
Version check: OK
- command: toolkit:vendor-list
Expand Down

0 comments on commit e09f7bf

Please sign in to comment.