fixing version checking...

This commit is contained in:
2026-03-11 11:18:47 -04:00
parent 73a39f4f3f
commit 10f51bc4f9
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
<?php
require_once __DIR__ . '/db.php';
require_once __DIR__ . '/../version.php';
// ── Node helpers ──────────────────────────────────────────────────────────────

View File

@@ -1,2 +1,2 @@
<?php
define('APP_VERSION', '2603.4');
define('APP_VERSION', '2603.5');