File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[general]
22
33project = TYPO3 Coding Standards Package
4- release = 0.7 .x
5- version = 0.7
4+ release = 0.8 .x
5+ version = 0.8
66copyright = MIT license
77Description = A set of coding guidelines for any TYPO3-related project or extension
88
Original file line number Diff line number Diff line change 7474 },
7575 "extra" : {
7676 "branch-alias" : {
77- "dev-main" : " 0.7 .x-dev"
77+ "dev-main" : " 0.8 .x-dev"
7878 }
7979 },
8080 "scripts" : {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments