diff --git a/Dockerfile b/Dockerfile index a9753ef024..5cdfad8c7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 \ FROM whatwewant/builder-node:v20-1 as builder-ui -ADD https://github.com/doreamon-design/clash-board /build +ADD https://github.com/doreamon-design/clash-dashboard /build WORKDIR /build diff --git a/version.go b/version.go index 02e3e224d1..c0d3e68ee3 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package clash // Version is the version of lighthouse -var Version = "2.0.14" +var Version = "2.0.15"