diff --git a/composer.json b/composer.json index b65df87c74..9bd33b0f45 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,7 @@ }, "require-release": { "php": ">=7.4 <8.4", - "atk4/data": "~5.1.0", + "atk4/data": "~5.2.0", "nyholm/psr7": "^1.6", "nyholm/psr7-server": "^1.0", "symfony/filesystem": "^4.4 || ^5.3 || ^6.0", diff --git a/src/App.php b/src/App.php index b200464f99..31f088b0ac 100644 --- a/src/App.php +++ b/src/App.php @@ -67,7 +67,7 @@ class App * * @TODO remove, no longer needed for CDN versioning as we bundle all resources */ - public $version = '5.1-dev'; + public $version = '5.2-dev'; /** @var string Name of application */ public $title = 'Agile UI - Untitled Application';