Skip to content

Commit

Permalink
chore(release): bumped version to v2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Nov 4, 2023
1 parent 3517c39 commit 109c3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 \
-ldflags '-w -s -buildid=' \
-v -o /clash ./cmd/clash

FROM whatwewant/builder-node:v20-1 as builder-ui
FROM --platform=${BUILDPLATFORM} whatwewant/builder-node:v20-1 as builder-ui

RUN git clone https://github.com/doreamon-design/clash-dashboard /build

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package clash

// Version is the version of lighthouse
var Version = "2.0.16"
var Version = "2.0.17"

0 comments on commit 109c3a7

Please sign in to comment.