Skip to content

Commit

Permalink
upgrade dev to v5.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed May 29, 2024
1 parent e5c114f commit ff6acc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit ff6acc3

Please sign in to comment.