Skip to content

Commit 793b9f2

Browse files
committed
chore(release): bumped version to v2.0.15
1 parent 1acc85b commit 793b9f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 \
2626

2727
FROM whatwewant/builder-node:v20-1 as builder-ui
2828

29-
ADD https://github.com/doreamon-design/clash-board /build
29+
ADD https://github.com/doreamon-design/clash-dashboard /build
3030

3131
WORKDIR /build
3232

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package clash
22

33
// Version is the version of lighthouse
4-
var Version = "2.0.14"
4+
var Version = "2.0.15"

0 commit comments

Comments
 (0)