summaryrefslogtreecommitdiff
path: root/share.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-11-05 00:29:12 +0700
committerShulhan <ms@kilabit.info>2022-11-05 00:29:12 +0700
commit859cc859fa74ddf7a79767114760db1a7840734c (patch)
treee523e13e12b830322b9e1a7996e02645a2b73c55 /share.go
parent542a11bc463dfaea70ba95fd089b4e1c820f2b38 (diff)
downloadpakakeh.go-0.41.3.tar.xz
Release share v0.41.3 (2022-11-05)v0.41.3
=== Bug fixes * lib/http: sanitize ServerUrl and request path * lib/ssh: try both ssh agent and IdentityFile * ssh/sftp: set FileAttrs.name to filename === Enhancements * lib/ssh: add private key to agent once client connected successfully * ssh/config: change the method GenerateSigners to Signers
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 a8372652..f5583e05 100644
--- a/share.go
+++ b/share.go
@@ -8,5 +8,5 @@ package share
var (
// Version of this module.
- Version = `0.41.2`
+ Version = `0.41.3`
)