fix: 更新版本

This commit is contained in:
spiritlhl 2025-08-11 02:15:49 +00:00
parent 3045cc198a
commit ab887766fb
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
run: | run: |
git config --global user.name 'github-actions' git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com' 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 tag $TAG
git push origin $TAG git push origin $TAG
echo "TAG=$TAG" >> $GITHUB_ENV echo "TAG=$TAG" >> $GITHUB_ENV

View File

@ -2,7 +2,7 @@ package model
import "time" import "time"
const BackTraceVersion = "v0.0.6" const BackTraceVersion = "v0.0.7"
var EnableLoger = false var EnableLoger = false