diff options
| author | Shulhan <ms@kilabit.info> | 2022-08-07 01:48:27 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-08-07 01:48:33 +0700 |
| commit | a74359d0344293b7ff40b792f1f3ef0798f72c6b (patch) | |
| tree | dc6341956e6af3d4ca5874e0c3f4456c987d97ff /gotp.go | |
| parent | 2b15b6b72e3cb46e6ff9a1c8aa406916bb60c9d0 (diff) | |
| download | gotp-0.2.1.tar.xz | |
Release gotp v0.2.1 (2022-08-07)v0.2.1
=== Bug fixes
* all: fix base32 decoding on secret
=== Chores
* _AUR: add package build for Arch Linux
* go.mod: set minimum Go version to 1.18 and update all modules
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.0` + Version = `0.2.1` ) // normalizeLabel convert non alpha number, hyphen, underscore, or period |
