From f806a716a2efdfc2592703c73342bc4adc3e355a Mon Sep 17 00:00:00 2001 From: igoogolx <27353191+igoogolx@users.noreply.github.com> Date: Sun, 5 May 2024 23:37:01 +0800 Subject: [PATCH] chore: upgrade the dashboard --- scripts/generate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate.go b/scripts/generate.go index 8ef6555..bd68a56 100644 --- a/scripts/generate.go +++ b/scripts/generate.go @@ -12,7 +12,7 @@ import ( func main() { download("https://github.com/igoogolx/lux-rules/releases/download/v2.0.1/rules.tar.gz", filepath.Join("internal", "cfg", "distribution", "ruleEngine", "rules.tar.gz")) - download("https://github.com/igoogolx/lux-client/releases/download/v0.17.0/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz")) + download("https://github.com/igoogolx/lux-client/releases/download/v0.18.0/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz")) } func download(url string, outputPath string) {