aboutsummaryrefslogtreecommitdiff
path: root/gotp.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-08-07 01:48:27 +0700
committerShulhan <ms@kilabit.info>2022-08-07 01:48:33 +0700
commita74359d0344293b7ff40b792f1f3ef0798f72c6b (patch)
treedc6341956e6af3d4ca5874e0c3f4456c987d97ff /gotp.go
parent2b15b6b72e3cb46e6ff9a1c8aa406916bb60c9d0 (diff)
downloadgotp-a74359d0344293b7ff40b792f1f3ef0798f72c6b.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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gotp.go b/gotp.go
index 4e88a4d..ad8daef 100644
--- a/gotp.go
+++ b/gotp.go
@@ -25,7 +25,7 @@ const (
)
var (
- Version = `0.2.0`
+ Version = `0.2.1`
)
// normalizeLabel convert non alpha number, hyphen, underscore, or period