Skip to content

Commit

Permalink
ci: update version 6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-render committed Mar 29, 2024
1 parent 38f384d commit 6c6bcd3
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.1.3';
$DEDALO_VERSION = '6.1.4';
if(defined('DEVELOPMENT_SERVER') && DEVELOPMENT_SERVER===true) {
$DEDALO_VERSION .= '.dev'; // .time();
}
define('DEDALO_VERSION' , $DEDALO_VERSION);
define('DEDALO_BUILD' , '2024-03-25T09:14:59+01:00');
define('DEDALO_BUILD' , '2024-03-29T17:40:31+01:00');
define('DEDALO_MAJOR_VERSION', '6');

0 comments on commit 6c6bcd3

Please sign in to comment.