Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkLeong committed Dec 16, 2021
1 parent 8ad5c7d commit 27e7067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/metadata-action@v3
with:
images: |
topcheer/go-aliyundriver-webdav
a624669980/go-aliyundriver-webdav
ghcr.io/${{ github.repository }}
- name: Build and push Docker images
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func init() {
cache.Init()
}

var Version = "v1.0.22"
var Version = "v1.1.0"

type Task struct {
Id string `json:"id"`
Expand Down

0 comments on commit 27e7067

Please sign in to comment.