Skip to content

Commit

Permalink
Bump version (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Jan 17, 2025
1 parent ca2f1a0 commit 33af906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0
- id: version
run: echo version=$(go run . --version) > ${{ github.output }}
run: echo version=v$(go run . --version) > ${{ github.output }}
- uses: raviqqe/goreleaser-action@v1
with:
version: ${{ steps.version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import "time"

const (
version = "2.10.6"
version = "2.10.7"
agentName = "muffet"
concurrency = 1024
tcpTimeout = 5 * time.Second
Expand Down

0 comments on commit 33af906

Please sign in to comment.