aboutsummaryrefslogtreecommitdiff
path: root/ciigo.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-08-06 16:03:24 +0700
committerShulhan <ms@kilabit.info>2022-08-06 16:03:24 +0700
commitd08388ce3ad56757bc0b2ccc0d8286a1d4933fba (patch)
tree41b1955592f8049e15debd6baa53dca8dfaf37c9 /ciigo.go
parentafc3d42262768ee6e559bd72408f9b6a052fd369 (diff)
downloadciigo-d08388ce3ad56757bc0b2ccc0d8286a1d4933fba.tar.xz
Release ciigo v0.9.0 (2022-08-06)v0.9.0
=== New features * all: export internal htmlGenerator as Converter === Chores * all: add package build for Arch Linux * all: set the Version automatically set during build * all: convert the README using AsciiDoc * all: merge internal/cmd/goembed to cmd/ciigo-example
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 18def6d..a4f7c04 100644
--- a/ciigo.go
+++ b/ciigo.go
@@ -26,7 +26,7 @@ const (
)
var (
- Version = `0.8.2`
+ Version = `0.9.0`
defExcludes = []string{
`.*\.adoc$`,