Skip to content

Commit

Permalink
ci: update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco committed Jan 23, 2025
1 parent 56a314a commit 5d98b41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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' , '2025-01-22T10:47:10+01:00');
define('DEDALO_BUILD' , '2025-01-23T16:23:12+01:00');
define('DEDALO_MAJOR_VERSION', '6');
2 changes: 1 addition & 1 deletion core/page/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Dédalo V6</title>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<link rel="shortcut icon" href="../../favicon.ico?ckcachebust=20C9E48A97F649F6FCA9500A5AEA9416" />
<link rel="stylesheet" href="../page/css/main.css?ckcachebust=556FA722D9AA5D8FC8CA3458333F1B43" />
<link rel="stylesheet" href="../page/css/main.css?ckcachebust=65F039D092E941ECA9F1882BF91AB0C3" />
<script type="importmap">
{
"imports": {
Expand Down

0 comments on commit 5d98b41

Please sign in to comment.