aboutsummaryrefslogtreecommitdiff
path: root/gotp.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-05-15 20:24:09 +0700
committerShulhan <ms@kilabit.info>2023-05-15 20:24:09 +0700
commitd887d308d9afad21a7b6b6385713c6c4ee0b1463 (patch)
tree488c83958dab7257c9dbafb55f70eadee6107f70 /gotp.go
parent77cef2851517e313d64161faabde7659e8969011 (diff)
downloadgotp-d887d308d9afad21a7b6b6385713c6c4ee0b1463.tar.xz
all: remove setting Version in Makefile using ldflags
Use the constant Version instead, no need to automate this. While at it, fix the test coverage HTML output file name.
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 3be006f..3cb200a 100644
--- a/gotp.go
+++ b/gotp.go
@@ -25,7 +25,7 @@ const (
)
var (
- Version = `0.2.3`
+ Version = `0.3.0-dev`
)
// normalizeLabel convert non alpha number, hyphen, underscore, or period