Skip to content

Commit

Permalink
Updated version to V6.0.0 Final Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-render committed Oct 15, 2023
1 parent c391e63 commit 74400a0
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.0.0_RC8';
$DEDALO_VERSION = '6.0.0';
if(defined('DEVELOPMENT_SERVER') && DEVELOPMENT_SERVER===true) {
$DEDALO_VERSION .= '.dev'; // .time();
}
define('DEDALO_VERSION' , $DEDALO_VERSION);
define('DEDALO_BUILD' , '2023-10-15T12:06:56+02:00');
define('DEDALO_BUILD' , '2023-10-15T12:00:00+02:00');
define('DEDALO_MAJOR_VERSION', '6');

0 comments on commit 74400a0

Please sign in to comment.