v0.0.8 新增IPV6子网掩码检测

This commit is contained in:
spiritlhl
2024-11-07 12:35:28 +00:00
parent 612a1a4ca6
commit 66e3d32364
5 changed files with 106 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ jobs:
run: |
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
TAG="v0.0.7-$(date +'%Y%m%d%H%M%S')"
TAG="v0.0.8-$(date +'%Y%m%d%H%M%S')"
git tag $TAG
git push origin $TAG
env: