=feat-stitch-intelligence-cockpit

This commit is contained in:
Jens
2026-07-21 22:52:28 +02:00
parent 4505e47d36
commit 479f61fc6a
42 changed files with 754 additions and 857 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ from django.http import HttpRequest
def navigation_context(request: HttpRequest) -> dict[str, Any]:
return {
"app_name": "VacatureRadar",
"app_version": "0.1.0",
"app_version": "0.2.1",
}