Skip to content

Commit

Permalink
chore(release): bumped version to v2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Nov 4, 2023
1 parent 0b11916 commit 356aa15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
build-args: |
VERSION=${{ steps.meta.outputs.version }}
context: .
# push: ${{ github.event_name != 'pull_request' }}
push: ${{ github.event_name != 'pull_request' }}
cache-from: type=registry,ref=${{ steps.meta.outputs.name }}:buildcache
cache-to: type=registry,ref=${{ steps.meta.outputs.name }}:buildcache,mode=max
tags: ${{ steps.meta.outputs.tags }}
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.12"
var Version = "2.0.13"

0 comments on commit 356aa15

Please sign in to comment.