Skip to content

Commit

Permalink
Update version to 5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-render committed Oct 12, 2022
1 parent 3b13ef2 commit a3a5508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dedalo/config/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2787,13 +2787,13 @@


# Version
$DEDALO_VERSION = '5.9.0';
$DEDALO_VERSION = '5.9.1';

if(defined('DEVELOPMENT_SERVER') && DEVELOPMENT_SERVER===true) {
$DEDALO_VERSION .= '.'.time();
}
define('DEDALO_VERSION' , $DEDALO_VERSION);
define('DEDALO_BUILD' , '04-10-2022T21:20:00');
define('DEDALO_BUILD' , '12-10-2022T14:00:00');



Expand Down

0 comments on commit a3a5508

Please sign in to comment.