aboutsummaryrefslogtreecommitdiff
path: root/ciigo.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-08-06 15:11:13 +0700
committerShulhan <ms@kilabit.info>2022-08-06 15:11:13 +0700
commitcbcd1d10d415036d8bd00c709014cc5272340b1a (patch)
tree3b3595b837bda1e64e5ff386cfe3721860779c1d /ciigo.go
parent422e3b1cfb590e3c22023916bc5ad7d2ae7e3652 (diff)
downloadciigo-cbcd1d10d415036d8bd00c709014cc5272340b1a.tar.xz
all: set the Version automatically set during build
This require that the command build or install using "make build/install".
Diffstat (limited to 'ciigo.go')
-rw-r--r--ciigo.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ciigo.go b/ciigo.go
index e4ece1c..18def6d 100644
--- a/ciigo.go
+++ b/ciigo.go
@@ -25,8 +25,9 @@ const (
internalTemplatePath = `_internal/.template`
)
-// nolint: gochecknoglobals
var (
+ Version = `0.8.2`
+
defExcludes = []string{
`.*\.adoc$`,
`^\..*`,