From a74359d0344293b7ff40b792f1f3ef0798f72c6b Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 7 Aug 2022 01:48:27 +0700 Subject: Release gotp v0.2.1 (2022-08-07) === 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 --- gotp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gotp.go') 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 -- cgit v1.3