This commit is contained in:
2025-11-22 02:05:11 +01:00
parent a51a6cc236
commit 7411aafe76
11 changed files with 20 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
<?php
// Für STAGING / DEV:
define('ASSET_VERSION', "v1"); // Oder '2025-11-21-dev'
if (!defined('ASSET_VERSION')) {
define('ASSET_VERSION', '2024-11-22'); // oder deine aktuelle Version
}