diff --git a/build.py b/build.py
index 75ab305..31a66aa 100644
--- a/build.py
+++ b/build.py
@@ -2,6 +2,7 @@ import json
import os
import shutil
import sys
+import time
def get_all_files(directory):
files = []
@@ -14,7 +15,7 @@ def get_all_files(directory):
return files
PREFETCH = ""
-VERSIONCO = "2026-02"
+VERSIONCO = "2026-02-23_" + time.strftime("%Y%m%d%H%M%S")
HANDLEPARSE = get_all_files("src")
TITLE = os.environ.get("TELESEC_TITLE", "TeleSec")
HOSTER = os.environ.get("TELESEC_HOSTER", "EuskadiTech")
diff --git a/src/index.html b/src/index.html
index 59e2f53..3c81648 100644
--- a/src/index.html
+++ b/src/index.html
@@ -86,10 +86,10 @@
+
-