1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 14:11:59 +01:00

added separate ver check file

This commit is contained in:
Marek Farkaš
2025-11-30 23:08:05 +01:00
parent 531a0f23e6
commit 14f7adab72

2
web/js/ver.js Normal file
View File

@@ -0,0 +1,2 @@
const versionDate = new Date('Nov 30, 2025 23:00:00');
const currentVersion = `v1.3.12 [${versionDate.getDate()}/${versionDate.getMonth() + 1}/${versionDate.getFullYear()}]`;