Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/gitdedalo/v6_text_area_dat…
Browse files Browse the repository at this point in the history
…a' into v6_text_area_data
  • Loading branch information
Paco committed Aug 8, 2024
2 parents 4231645 + d77e028 commit fd1cd87
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.4';
$DEDALO_VERSION = '6.2.5';
if(defined('DEVELOPMENT_SERVER') && DEVELOPMENT_SERVER===true) {
$DEDALO_VERSION .= '.dev';
}
define('DEDALO_VERSION' , $DEDALO_VERSION);
define('DEDALO_BUILD' , '2024-08-03T13:19:03+02:00');
define('DEDALO_BUILD' , '2024-08-08T21:03:41+02:00');
define('DEDALO_MAJOR_VERSION', '6');

0 comments on commit fd1cd87

Please sign in to comment.