Skip to content

Commit

Permalink
chore(release): bumped version to v2.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Nov 5, 2023
1 parent 3d9e225 commit b414279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 \

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

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

WORKDIR /build

Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,4 +1,4 @@
package clash

// Version is the version of lighthouse
var Version = "2.0.23"
var Version = "2.0.24"

0 comments on commit b414279

Please sign in to comment.