Skip to content

Commit 799d653

Browse files
committed
fix: 更新版本
1 parent cfed332 commit 799d653

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
git config --global user.name 'github-actions'
2929
git config --global user.email 'github-actions@github.com'
30-
TAG="v0.0.5-$(date +'%Y%m%d%H%M%S')"
30+
TAG="v0.0.6-$(date +'%Y%m%d%H%M%S')"
3131
git tag $TAG
3232
git push origin $TAG
3333
echo "TAG=$TAG" >> $GITHUB_ENV

bgptools/pop_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
func TestGetPoPInfo(t *testing.T) {
9-
result, err := GetPoPInfo("206.190.233.1")
9+
result, err := GetPoPInfo("23.128.228.123")
1010
if err != nil {
1111
fmt.Println(err.Error())
1212
return

model/model.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package model
22

33
import "time"
44

5-
const BackTraceVersion = "v0.0.5"
5+
const BackTraceVersion = "v0.0.6"
66

77
var EnableLoger = false
88

@@ -154,4 +154,4 @@ var IXPS = map[string]string{
154154
"4635": "SIX",
155155
"2906": "MSK-IX",
156156
"1273": "NIX.CZ",
157-
}
157+
}

0 commit comments

Comments
 (0)