Skip to content

Commit

Permalink
v0.9.0 -> pre-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Feb 9, 2022
1 parent bc9e2ec commit 54a53ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
with:
src: ./dist/release/*
host: ${{ secrets.SSH_HOST }}
remote: ${{ secrets.SSH_PATH }}
remote: /data/down/
port: ${{ secrets.SSH_PORT }}
user: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion share/const.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package share

// VERSION 版本号
const VERSION = "0.8.0"
const VERSION = "0.9.0"

// BUILDIN 应用打包成一个制品
const BUILDIN = false
Expand Down

0 comments on commit 54a53ca

Please sign in to comment.