Skip to content

Commit

Permalink
[FIX] Version Config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Seiger committed May 24, 2023
1 parent c584a78 commit 1db8d99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/factory/version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
return [
'version' => '3.2.0', // Current version number
'release_date' => 'May 15, 2023', // Date of release
'version' => '3.2.2', // Current version number
'release_date' => 'May 25, 2023', // Date of release
'branch' => 'Evolution CMS', // Codebase name
'full_appname' => 'Evolution CMS 3.2.0 (May 15, 2023)'
'full_appname' => 'Evolution CMS 3.2.2 (May 25, 2023)'
];

0 comments on commit 1db8d99

Please sign in to comment.