Skip to content

Commit

Permalink
chore(release): bumped version to v2.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Nov 4, 2023
1 parent 109c3a7 commit 2912bf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ RUN git clone https://github.com/doreamon-design/clash-dashboard /build

WORKDIR /build

RUN yarn
# RUN yarn

RUN npm i --legacy-peer-deps

RUN yarn 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.17"
var Version = "2.0.18"

0 comments on commit 2912bf4

Please sign in to comment.