Skip to content

Commit

Permalink
ci: change version to v6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-render committed May 29, 2024
1 parent 138d105 commit a2560da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/base/version.inc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

# Version
$DEDALO_VERSION = '6.2.1';
$DEDALO_VERSION = '6.2.2';
if(defined('DEVELOPMENT_SERVER') && DEVELOPMENT_SERVER===true) {
$DEDALO_VERSION .= '.dev'; // .time();
}
define('DEDALO_VERSION' , $DEDALO_VERSION);
define('DEDALO_BUILD' , '2024-05-29T14:07:16+02:00');
define('DEDALO_BUILD' , '2024-05-29T21:00:52+02:00');
define('DEDALO_MAJOR_VERSION', '6');

0 comments on commit a2560da

Please sign in to comment.