From 09d1363438a79fab67d58f938db39401576484b0 Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Tue, 8 Oct 2024 21:06:44 +0200 Subject: [PATCH] chore: bump tedge version to 1.3.1 --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 09a4736..9410295 100644 --- a/justfile +++ b/justfile @@ -2,7 +2,7 @@ set dotenv-load IMAGE := "tedge-container-bundle" TEDGE_IMAGE := "tedge" -TEDGE_TAG := "1.3.0" +TEDGE_TAG := "1.3.1" TAG := "latest" ENV_FILE := ".env"