summaryrefslogtreecommitdiff
path: root/share.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-09-02 00:34:03 +0700
committerShulhan <ms@kilabit.info>2023-09-02 00:58:15 +0700
commited962926fd02987a1ba98c538e292d94a1a4894b (patch)
treecf5d96271fb6af70b2ff0f03438b4731d7ccec32 /share.go
parente9de137bd7dd0e8396172d4152fafe168b4607cc (diff)
downloadpakakeh.go-0.49.1.tar.xz
Release share v0.49.1 (2023-09-02)v0.49.1
=== Bug fixes * lib/dns: fix leaking internal zone === Enhancements * lib/dns: update the SOA Serial when record added or removed from Zone * lib/dns: add method AddAuthority to Message * lib/dns: add method to populate internal caches by Zone * ssh/config: handle key UserKnownHostsFile * lib/ssh: use UserKnownHostFile from configuration in NewClientInteractive
Diffstat (limited to 'share.go')
-rw-r--r--share.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/share.go b/share.go
index 69a72b47..d5dac98b 100644
--- a/share.go
+++ b/share.go
@@ -8,5 +8,5 @@ package share
var (
// Version of this module.
- Version = `0.49.0`
+ Version = `0.49.1`
)