We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470b837 commit 5ad5413Copy full SHA for 5ad5413
1 file changed
cli/brook/main.go
@@ -53,7 +53,7 @@ func main() {
53
df := func() {}
54
app := cli.NewApp()
55
app.Name = "Brook"
56
- app.Version = "20250808"
+ app.Version = "20260101"
57
app.Usage = "A cross-platform programmable network tool"
58
app.Authors = []*cli.Author{
59
{
0 commit comments