From 8b8935bac122796e0f3458e0cd50e8989ff21af4 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Mon, 26 Jan 2026 13:20:12 +0000 Subject: [PATCH] Add 4.1.4 to device-agent cache fixes #270 --- flowforge-docker/install-device-cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowforge-docker/install-device-cache.sh b/flowforge-docker/install-device-cache.sh index f2c3139..9f4300e 100755 --- a/flowforge-docker/install-device-cache.sh +++ b/flowforge-docker/install-device-cache.sh @@ -1,6 +1,6 @@ #!/bin/sh -x -VERSION_LIST="4.0.4 4.0.5 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3" +VERSION_LIST="4.0.4 4.0.5 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4" mkdir -p device/cache cd device/cache