mirror of
https://github.com/oneclickvirt/backtrace.git
synced 2025-08-28 18:20:38 +08:00
fix: 更新版本
This commit is contained in:
parent
3045cc198a
commit
ab887766fb
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
run: |
|
||||
git config --global user.name 'github-actions'
|
||||
git config --global user.email 'github-actions@github.com'
|
||||
TAG="v0.0.6-$(date +'%Y%m%d%H%M%S')"
|
||||
TAG="v0.0.7-$(date +'%Y%m%d%H%M%S')"
|
||||
git tag $TAG
|
||||
git push origin $TAG
|
||||
echo "TAG=$TAG" >> $GITHUB_ENV
|
||||
|
@ -2,7 +2,7 @@ package model
|
||||
|
||||
import "time"
|
||||
|
||||
const BackTraceVersion = "v0.0.6"
|
||||
const BackTraceVersion = "v0.0.7"
|
||||
|
||||
var EnableLoger = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user