From dded88bf1546f30185e2fc30c11e4f1322abd213 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 18 May 2023 16:08:26 +0700 Subject: Release gotp v0.3.0 (2023-05-17) === New features * all: add command to remove the private key * all: add command to set private key === Chores * all: update Go version to 1.19 and all dependencies --- gotp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gotp.go') diff --git a/gotp.go b/gotp.go index 3cb200a..f14ff4d 100644 --- a/gotp.go +++ b/gotp.go @@ -25,7 +25,7 @@ const ( ) var ( - Version = `0.3.0-dev` + Version = `0.3.0` ) // normalizeLabel convert non alpha number, hyphen, underscore, or period -- cgit v1.3