summaryrefslogtreecommitdiff
path: root/share.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-02-07 21:32:26 +0700
committerShulhan <ms@kilabit.info>2023-02-07 21:32:26 +0700
commite392e50eba892c500c84cbb6e41110d7275543e4 (patch)
treeb50fc38bc4b0a3eabd0adcb4a28812eab67312bc /share.go
parent894f4d4ae310188b17e46eab4c017c912cf7a087 (diff)
downloadpakakeh.go-0.43.0.tar.xz
Release share v0.43.0 (2022-02-07)v0.43.0
=== New features * lib/http: add function MarshalForm * clise: implement io Closer, Writer, StringWriter, and ByteWriter * clise: add method UnmarshalJSON
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 5a8d89e3..8ff28f48 100644
--- a/share.go
+++ b/share.go
@@ -8,5 +8,5 @@ package share
var (
// Version of this module.
- Version = `0.42.0`
+ Version = `0.43.0`
)