summaryrefslogtreecommitdiff
path: root/trunks.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-08-25 12:05:08 +0700
committerShulhan <ms@kilabit.info>2022-08-25 12:05:08 +0700
commit29ab7633c94a6ddb9a983393d1284828a617a7d0 (patch)
tree4cad8a0f69f6847f221ead61c8293899beffd2c0 /trunks.go
parent79821d0ee69809fe387293bbe52dcdb0075196d7 (diff)
downloadgorankusu-0.3.0.tar.xz
Release trunks v0.3.0 (2022-08-25)v0.3.0
This release set the minimum Go version to 1.18 and update all modules. == Chores * all: group all documentations under directory _doc * example: fix the HTTP POST handler * all: remove unused field Locker in RunRequest * all: fix all linter warnings
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 d6e5602..e0c5932 100644
--- a/trunks.go
+++ b/trunks.go
@@ -19,7 +19,7 @@ import (
)
const (
- Version = "0.1.0"
+ Version = "0.3.0"
DefaultAttackDuration = 10 * time.Second
DefaultAttackRatePerSecond = 500