From 06de9d65df4d78e089ed4808aac1b997ad644fa1 Mon Sep 17 00:00:00 2001 From: Harshit Raj Date: Thu, 21 May 2026 09:30:33 +0530 Subject: [PATCH 1/2] web ui version bump to 1.7.3 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ecbb83e7a..af97ef80f 100755 --- a/install.sh +++ b/install.sh @@ -197,7 +197,7 @@ distro_factory() { # **************************************** add_frontend() { - VERSION="v1.7.2" + VERSION="v1.7.3" log "Pulling frontend version ${VERSION}" mkdir -p $script_dir/frontend cd $script_dir/frontend From 78bf4c11fa782c142958e99f6577ed208681a143 Mon Sep 17 00:00:00 2001 From: Harshit Raj Date: Thu, 21 May 2026 14:24:52 +0530 Subject: [PATCH 2/2] version update to 1.7.4 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index af97ef80f..db872680b 100755 --- a/install.sh +++ b/install.sh @@ -197,7 +197,7 @@ distro_factory() { # **************************************** add_frontend() { - VERSION="v1.7.3" + VERSION="v1.7.4" log "Pulling frontend version ${VERSION}" mkdir -p $script_dir/frontend cd $script_dir/frontend