From 85d43645f617e4679d4f08cc6f4501ccdc4e2143 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 13 Feb 2023 10:07:11 +0700 Subject: Release gotp v0.2.3 (2023-02-12) === Enhancements * all: add bash completion script === Chores * all: move the installation steps in AUR to Makefile * make: change the build and install directory The build task now create binary under _sys/usr/bin/, while the install task install the binary based on $DESTDIR environment variable, not $GOBIN. --- gotp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gotp.go') diff --git a/gotp.go b/gotp.go index 83bc649..3be006f 100644 --- a/gotp.go +++ b/gotp.go @@ -25,7 +25,7 @@ const ( ) var ( - Version = `0.2.2` + Version = `0.2.3` ) // normalizeLabel convert non alpha number, hyphen, underscore, or period -- cgit v1.3