summaryrefslogtreecommitdiff
path: root/ciigo.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-09-06 00:49:40 +0700
committerShulhan <ms@kilabit.info>2022-09-06 00:49:40 +0700
commit9d8bb7a4699c8e34696535acd23c0ae4516adf6e (patch)
treec3b3f715be4b1cb80f531c0644fd66fa9f175a06 /ciigo.go
parent9a6a3e82589e4e21e7614a269281bf589c395a3a (diff)
downloadciigo-0.9.2.tar.xz
Release ciigo v0.9.2 (2022-09-06)v0.9.2
=== Bug fix * all: check for symlink and re-fetch file info using os.Stat === Chores * all: update all dependencies * all: group all documents under directory _doc * all: try to fix test that sometimes fail inside container * all: add tasks to setup test inside systemd container
Diffstat (limited to 'ciigo.go')
-rw-r--r--ciigo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ciigo.go b/ciigo.go
index aff887b..448adfe 100644
--- a/ciigo.go
+++ b/ciigo.go
@@ -26,7 +26,7 @@ const (
)
var (
- Version = `0.9.1`
+ Version = `0.9.2`
defExcludes = []string{
`.*\.adoc$`,