Fixing critical bug on agent version handling causing agents to fill up deisk

This commit is contained in:
Muhammad Ibrahim
2025-11-17 19:30:29 +00:00
parent 334357a12e
commit fa1f0fd7d7
9 changed files with 55 additions and 101 deletions

View File

@@ -6,5 +6,5 @@ VITE_API_URL=http://localhost:3001/api/v1
# Application Metadata
VITE_APP_NAME=PatchMon
VITE_APP_VERSION=1.3.4
VITE_APP_VERSION=1.3.5

View File

@@ -1,7 +1,7 @@
{
"name": "patchmon-frontend",
"private": true,
"version": "1.3.4",
"version": "1.3.5",
"license": "AGPL-3.0",
"type": "module",
"scripts": {