diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-06 02:51:32 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-06 02:52:36 +0700 |
| commit | 084bc28cf0a781d171bb2cb17f939e2384c120b0 (patch) | |
| tree | b3e3bf3eae6b86550eb7e8d2816a47214f2da083 /gorankusu.go | |
| parent | c358921275fb6c847ed6f9a266712fb1b3488c07 (diff) | |
| download | gorankusu-084bc28cf0a781d171bb2cb17f939e2384c120b0.tar.xz | |
Release gorankusu v0.6.1 (2024-04-06)v0.6.1
This release replace "share" module with "pakakeh.go".
The "share" module repository has been moved to SourceHut with new name
"pakakeh.go". For more information about the changes see pakakeh.go
project at https://sr.ht/~shulhan/pakakeh.go.
Diffstat (limited to 'gorankusu.go')
| -rw-r--r-- | gorankusu.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gorankusu.go b/gorankusu.go index d7c3f57..87ce5b8 100644 --- a/gorankusu.go +++ b/gorankusu.go @@ -17,7 +17,7 @@ import ( ) // Version of gorankusu module. -const Version = `0.6.0` +const Version = `0.6.1` // Gorankusu is the HTTP server with web user interface and APIs for running and // load testing the registered HTTP endpoints. |
