From 16916878397f1db3ec28a15c5c881cf28e0bb3b9 Mon Sep 17 00:00:00 2001 From: Patrick Baxter Date: Mon, 9 Dec 2024 14:31:48 +1300 Subject: [PATCH] update tc2-agent --- tc2/tc2-agent/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc2/tc2-agent/init.sls b/tc2/tc2-agent/init.sls index 018dae6..7f43d33 100644 --- a/tc2/tc2-agent/init.sls +++ b/tc2/tc2-agent/init.sls @@ -1,7 +1,7 @@ tc2-agent-pkg: cacophony.pkg_installed_from_github: - name: tc2-agent - - version: "0.4.3" + - version: "0.4.4" - architecture: "arm64" - branch: "main"