summaryrefslogtreecommitdiff
path: root/trunks.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-11-11 13:45:05 +0700
committerShulhan <ms@kilabit.info>2023-11-11 13:45:05 +0700
commit07eb5a430d2b03f84949836e535c85bfcaeec01d (patch)
treebaed7cdc000ab12ed41aef9abd0caf7cd3f37353 /trunks.go
parent08852664aa6952e727addb0c24ad8f56274e09bb (diff)
downloadgorankusu-0.4.1.tar.xz
Release trunks v0.4.1 (2023-11-11)v0.4.1
This release only have chores, it should not break anything. * go.mod: update all dependencies This changes set minimum Go version to version 1.20. The vegeta module finally has some update to v12.11.1. * gitmodules: use https instead of git scheme Using git scheme require private key to clone the remote repository. * _www: update wui module * _www: setup eslint for linting TypeScript files This changes also apply all eslint recommendations. * Makefile: replace the Go linter and apply all their recommendations Previously, we use golangci-lint as linter. This linter does not provides any useful recommendation lately and the development is quite a mess, sometimes its break when using Go tip. In this changes we replace it with revive, fieldalignment, and shadow; and fix all of their recommendations.
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 30d358a..1148c0d 100644
--- a/trunks.go
+++ b/trunks.go
@@ -18,7 +18,7 @@ import (
)
// Version of trunks module.
-const Version = `0.4.0`
+const Version = `0.4.1`
// List of default values.
const (