Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Apr 28, 2024
1 parent 8e40956 commit 39a969c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1"
version = "3.0.0"
agentName = "muffet"
concurrency = 1024
tcpTimeout = 5 * time.Second
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/raviqqe/muffet/v2
module github.com/raviqqe/muffet/v3

go 1.22.0

Expand Down

0 comments on commit 39a969c

Please sign in to comment.