diff options
| author | Shulhan <ms@kilabit.info> | 2023-05-18 16:08:26 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-05-18 16:08:26 +0700 |
| commit | dded88bf1546f30185e2fc30c11e4f1322abd213 (patch) | |
| tree | 1bc6a2f27fcb9800a104a8ba9fac52a9689f23db /gotp.go | |
| parent | de4158b930a2afcfa59947ae2cd7127943751805 (diff) | |
| download | gotp-0.3.0.tar.xz | |
Release gotp v0.3.0 (2023-05-17)v0.3.0
=== 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
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.3.0-dev` + Version = `0.3.0` ) // normalizeLabel convert non alpha number, hyphen, underscore, or period |
