diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 80921f8..a1197da 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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.5-$(date +'%Y%m%d%H%M%S')" + TAG="v0.0.6-$(date +'%Y%m%d%H%M%S')" git tag $TAG git push origin $TAG echo "TAG=$TAG" >> $GITHUB_ENV diff --git a/model/model.go b/model/model.go index 4848d83..9c3f35b 100644 --- a/model/model.go +++ b/model/model.go @@ -2,7 +2,7 @@ package model import "github.com/pion/logging" -const GoStunVersion = "v0.0.5" +const GoStunVersion = "v0.0.6" var ( AddrStr = "stun.voipgate.com:3478"