Skip to content

Commit

Permalink
fix: fix PHP syntax error in version.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco committed Aug 28, 2024
1 parent 8790f28 commit cc91d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/base/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
$DEDALO_VERSION .= '.dev';
}
define('DEDALO_VERSION' , $DEDALO_VERSION);
define('DEDALO_BUILD' , '2024-08-28T19:34:05+02:00);
define('DEDALO_BUILD' , '2024-08-28T19:34:05+02:00');
define('DEDALO_MAJOR_VERSION', '6');

0 comments on commit cc91d7a

Please sign in to comment.