aboutsummaryrefslogtreecommitdiff
path: root/trunks.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-05-16 14:48:01 +0700
committerShulhan <ms@kilabit.info>2023-05-16 14:48:20 +0700
commita5d8e64356f4879b8e96e5e4bb63a4c051fb34fa (patch)
treea57c9abdd45c98e7dfa7aa1cb8eb6287c1d68d3c /trunks.go
parentb0027e9487b6eb30c002c766f4f3effded48b488 (diff)
downloadgorankusu-a5d8e64356f4879b8e96e5e4bb63a4c051fb34fa.tar.xz
Release trunks v0.4.0 (2023-05-16)v0.4.0
=== Bug fixes * all: fix panic when attacking HTTP due to nil Attack handler === Enhancements * _www: replace WebSocket handlers with HTTP endpoints * all: add boolean Kind for FormInput, FormInputKindBoolean * all: check and call ConvertParams when running HttpTarget === Chores * all: move the _doc directory under _www * all: convert the README from asciidoc to markdown * all: remove WebSocket server * go.mod: set Go version to 1.19 and update all dependencies
Diffstat (limited to 'trunks.go')
-rw-r--r--trunks.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunks.go b/trunks.go
index 07473d0..3043fc7 100644
--- a/trunks.go
+++ b/trunks.go
@@ -18,7 +18,7 @@ import (
)
const (
- Version = `0.4.0-dev`
+ Version = `0.4.0`
DefaultAttackDuration = 10 * time.Second
DefaultAttackRatePerSecond = 500