From 5b331e6036f6d4281ffdca2080382c082a344b45 Mon Sep 17 00:00:00 2001 From: Cliff Casey Date: Tue, 17 Sep 2024 13:10:41 -0400 Subject: [PATCH] upgrade UI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5309c2512..deac4a50e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Version of LRS Admin UI to use -LRS_ADMIN_UI_VERSION ?= v0.1.22 +LRS_ADMIN_UI_VERSION ?= v0.1.23 LRS_ADMIN_UI_LOCATION ?= https://github.com/yetanalytics/lrs-admin-ui/releases/download/${LRS_ADMIN_UI_VERSION}/lrs-admin-ui.zip LRS_ADMIN_ZIPFILE ?= lrs-admin-ui-${LRS_ADMIN_UI_VERSION}.zip