From 49941dae50ff0733b820620636ca1560968c355e Mon Sep 17 00:00:00 2001 From: kelvinqian00 Date: Fri, 10 Jan 2025 09:59:23 -0500 Subject: [PATCH] Update UI version to v0.1.26 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb1d109e..fcde7ad7 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Version of LRS Admin UI to use -LRS_ADMIN_UI_VERSION ?= v0.1.25 +LRS_ADMIN_UI_VERSION ?= v0.1.26 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