From 1386bc39395fe170e3894941a63b8cecff2c97fe Mon Sep 17 00:00:00 2001 From: igoogolx <27353191+igoogolx@users.noreply.github.com> Date: Sun, 16 Jun 2024 07:44:58 +0800 Subject: [PATCH] feat: upgrade dashboard --- scripts/generate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate.go b/scripts/generate.go index bd68a56..ed50c7c 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.18.0/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz")) + download("https://github.com/igoogolx/lux-client/releases/download/v0.19.0/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz")) } func download(url string, outputPath string) {