summaryrefslogtreecommitdiff
path: root/trunks.go
diff options
context:
space:
mode:
Diffstat (limited to 'trunks.go')
-rw-r--r--trunks.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/trunks.go b/trunks.go
index 52e8954..5ee2e5d 100644
--- a/trunks.go
+++ b/trunks.go
@@ -20,6 +20,8 @@ import (
)
const (
+ Version = "0.1.0"
+
DefaultAttackDuration = 10 * time.Second
DefaultAttackRatePerSecond = 500
DefaultAttackTimeout = 30 * time.Second