diff options
| author | Shulhan <ms@kilabit.info> | 2022-09-06 23:55:54 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-09-06 23:55:54 +0700 |
| commit | dc0ff281441c70edb0270b5a94b7fce28126dcfd (patch) | |
| tree | 37134058925d35102d51855f761b0e6cef920859 /gotp.go | |
| parent | 79a18749c364e18b07dbeb4f296903aa568e1766 (diff) | |
| download | gotp-0.2.2.tar.xz | |
Release gotp v0.2.2 (2022-09-06)v0.2.2
=== Bug fix
* all: fix the go:embed reference to symbolic link
=== Chores
* all: add task to serve and preview the documentation at _doc
* all: group all documents into directory _doc
Diffstat (limited to 'gotp.go')
| -rw-r--r-- | gotp.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ const ( ) var ( - Version = `0.2.1` + Version = `0.2.2` ) // normalizeLabel convert non alpha number, hyphen, underscore, or period |
