Skip to content
Snippets Groups Projects
Commit 3ef67bca authored by Susanne Moog's avatar Susanne Moog Committed by Georg Ringer
Browse files

[TASK] Add -dev suffix to Typo3Version

Releases: master
Resolves: #90538
Change-Id: I51038d26371577ee3795b9774814766f39f9cc1e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63436


Tested-by: Daniel Siepmann's avatarDaniel Siepmann <coding@daniel-siepmann.de>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: Daniel Siepmann's avatarDaniel Siepmann <coding@daniel-siepmann.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent fd043c7d
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ namespace TYPO3\CMS\Core\Information;
class Typo3Version
{
protected const VERSION = '10.4.0';
protected const VERSION = '10.4.0-dev';
protected const BRANCH = '10.4';
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment