summaryrefslogtreecommitdiff
path: root/gorankusu.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-27 14:11:52 +0700
committerShulhan <ms@kilabit.info>2025-12-27 14:12:06 +0700
commit34cb54fc8fc68dededfe57e42ba8ae50d0d91fda (patch)
tree243ab0b2160ea7ecdfd7c05e9a91ca1c315afe61 /gorankusu.go
parent18daecb17ffbf17bafc0074b990fe4fa6ce9f042 (diff)
downloadgorankusu-34cb54fc8fc68dededfe57e42ba8ae50d0d91fda.tar.xz
Release gorankusu v0.8.1 (2025-12-27)v0.8.1
[CHORE] Update README for broken link in example. While at it, break the links that point to localhost and email. [CHORE] Run eslint from node_modules/.bin directory directly. Using npx does not guarantee works on system installed nodejs. [CHORE] go.mod: set minimum Go version to 1.24.0 and update all dependencies.
Diffstat (limited to 'gorankusu.go')
-rw-r--r--gorankusu.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gorankusu.go b/gorankusu.go
index c4e432a..93ff1f7 100644
--- a/gorankusu.go
+++ b/gorankusu.go
@@ -17,7 +17,7 @@ import (
)
// Version of gorankusu module.
-const Version = `0.8.0`
+const Version = `0.8.1`
// Gorankusu is the HTTP server with web user interface and APIs for running and
// load testing the registered HTTP endpoints.