aboutsummaryrefslogtreecommitdiff
path: root/gotp.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-27 14:18:59 +0700
committerShulhan <ms@kilabit.info>2025-12-27 14:18:59 +0700
commitb2b3250cd0731f89aa863f2a34a9dd3e93f5e20a (patch)
tree49eb7fc4383235ff47e3aa0ad7721e75ca95adcf /gotp.go
parent4683c2551043df4886ce65e41568e80268219050 (diff)
downloadgotp-b2b3250cd0731f89aa863f2a34a9dd3e93f5e20a.tar.xz
Release gotp v0.6.2 (2025-12-27)HEADv0.6.2maindev
This is the last release for year 2025. [CHORE] _doc: merge index into README. This is so we can serve the _doc/ directory under https://kilabit.info/project/gotp/ . [CHORE] Update minimum Go version to 1.24.0 and update all dependencies. Happy holidays!
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 c278f1a..0fb1770 100644
--- a/gotp.go
+++ b/gotp.go
@@ -33,7 +33,7 @@ const providerNameAegis = `aegis`
const formatNameURI = `uri`
// Version define the latest version of this module and gotp CLI.
-var Version = `0.6.1`
+var Version = `0.6.2`
// termrw define terminal for reading passphrase.
// It is defined to mock parameter termrw in