diff --git a/CHANGELOG.md b/CHANGELOG.md index 145cea23c..548eaca6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index ab2984416..e535be6aa 100644 --- a/phpdoc.dist.xml +++ b/phpdoc.dist.xml @@ -9,7 +9,7 @@ docs - + latest diff --git a/src/Toolkit.php b/src/Toolkit.php index ab96848fb..8cce8523a 100644 --- a/src/Toolkit.php +++ b/src/Toolkit.php @@ -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. diff --git a/tests/fixtures/commands/tool.yml b/tests/fixtures/commands/tool.yml index be703e049..4fe2a7efa 100644 --- a/tests/fixtures/commands/tool.yml +++ b/tests/fixtures/commands/tool.yml @@ -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 @@ -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