Skip to content

Commit d7a13b9

Browse files
authored
[TASK] Set TYPO3 Coding Standards version to 0.8.0 (#80)
1 parent 6addc4b commit d7a13b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Documentation/Settings.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[general]
22

33
project = TYPO3 Coding Standards Package
4-
release = 0.7.x
5-
version = 0.7
4+
release = 0.8.x
5+
version = 0.8
66
copyright = MIT license
77
Description = A set of coding guidelines for any TYPO3-related project or extension
88

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"extra": {
7676
"branch-alias": {
77-
"dev-main": "0.7.x-dev"
77+
"dev-main": "0.8.x-dev"
7878
}
7979
},
8080
"scripts": {

src/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final class Application extends BaseApplication
3333
/**
3434
* @var string
3535
*/
36-
public const VERSION = '0.7.0';
36+
public const VERSION = '0.8.0-DEV';
3737

3838
/**
3939
* getcwd() equivalent which always returns a string

0 commit comments

Comments
 (0)