Skip to content

Commit

Permalink
DQA-7686: Prepare release 10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva committed Aug 31, 2023
1 parent 32aef20 commit 94cae6b
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.13.0
## Version 9.13.0 | 10.3.0
- DQA-7528: Allow to block access to files in htaccess.
- DQA-7379: Force max-age in Cache-Control headers.

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.13.0">
<version number="10.3.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 @@ -12,7 +12,7 @@ final class Toolkit
/**
* Constant holding the current version.
*/
public const VERSION = '9.13.0';
public const VERSION = '10.3.0';

/**
* 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: 9.13.0
Current version: 10.3.0
Version check: OK
- command: toolkit:check-version
Expand All @@ -99,7 +99,7 @@
> Checking Toolkit version:
Minimum version: ^10
Current version: 9.13.0
Current version: 10.3.0
Version check: OK
- command: toolkit:vendor-list
Expand Down

0 comments on commit 94cae6b

Please sign in to comment.