Skip to content

Commit

Permalink
[TASK] Set TYPO3 Coding Standards version to 0.7.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft authored Dec 19, 2022
1 parent 36273cc commit 7bb201a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "0.6.x-dev"
"dev-main": "0.7.x-dev"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bb201a

Please sign in to comment.