From 7bb201aaf8f3e595e14742658066cd6598ff5abd Mon Sep 17 00:00:00 2001 From: Gilbertsoft <25326036+gilbertsoft@users.noreply.github.com> Date: Mon, 19 Dec 2022 13:48:37 +0100 Subject: [PATCH] [TASK] Set TYPO3 Coding Standards version to 0.7.0 (#76) --- Documentation/Settings.cfg | 4 ++-- composer.json | 2 +- src/Console/Application.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 8a930e0..4cb0a13 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ [general] project = TYPO3 Coding Standards Package -release = 0.6.x -version = 0.6 +release = 0.7.x +version = 0.7 copyright = MIT license Description = A set of coding guidelines for any TYPO3-related project or extension diff --git a/composer.json b/composer.json index fc734da..1d66617 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,7 @@ }, "extra": { "branch-alias": { - "dev-main": "0.6.x-dev" + "dev-main": "0.7.x-dev" } }, "scripts": { diff --git a/src/Console/Application.php b/src/Console/Application.php index 91445a1..9d1f524 100644 --- a/src/Console/Application.php +++ b/src/Console/Application.php @@ -35,7 +35,7 @@ final class Application extends BaseApplication /** * @var string */ - public const VERSION = '0.6.0'; + public const VERSION = '0.7.0-DEV'; /** * getcwd() equivalent which always returns a string