summaryrefslogtreecommitdiff
path: root/ciigo.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-08-07 23:18:50 +0700
committerShulhan <ms@kilabit.info>2022-08-07 23:18:50 +0700
commitb989345275c1e44eefe0e5e5fc5a37b09bf4b48c (patch)
treeb71f86cf4202fa6497e699e70c19cac3d1a70c19 /ciigo.go
parent4e29d6f0435062c0ccb507ff6ca8d1239b5013bc (diff)
downloadciigo-0.9.1.tar.xz
Release ciigo v0.9.1 (2022-08-07)v0.9.1
=== Bug fixes * all: remove delay for testing Watch. The delay sometimes cause the test locked and hung. * all: fix HTML template loaded during Serve on non-development The HTML template in the ServeOptions should not read when ciigo.Serve running on non-development environment.
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 a4f7c04..962c469 100644
--- a/ciigo.go
+++ b/ciigo.go
@@ -26,7 +26,7 @@ const (
)
var (
- Version = `0.9.0`
+ Version = `0.9.1`
defExcludes = []string{
`.*\.adoc$`,