summaryrefslogtreecommitdiff
path: root/jarink.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-27 14:27:41 +0700
committerShulhan <ms@kilabit.info>2025-12-27 14:27:41 +0700
commitc7cf21afcfc2229a423229f9e0ce685b46e3a1b9 (patch)
tree933c52c511df3348c2b6427157473054394fbb2c /jarink.go
parent5301c666eec35699bbb9024678bb37adc057404c (diff)
downloadjarink-0.2.1.tar.xz
Release jarink 0.2.1 (2025-12-27)v0.2.1
**🌼 brokenlinks: fix infinite loop on unknown host** On link with invalid domain, it should break and return the error immediately.
Diffstat (limited to 'jarink.go')
-rw-r--r--jarink.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/jarink.go b/jarink.go
index d1a1fd3..9da2f07 100644
--- a/jarink.go
+++ b/jarink.go
@@ -8,7 +8,7 @@ import (
)
// Version of jarink program and module.
-var Version = `0.2.0`
+var Version = `0.2.1`
// GoEmbedReadme embed the README for showing the usage of program.
//