aboutsummaryrefslogtreecommitdiff
path: root/ciigo.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-04-04 22:17:20 +0700
committerShulhan <ms@kilabit.info>2024-04-04 22:17:58 +0700
commit949be8394e52c188dc57b2dea5128d23df398245 (patch)
treea0bec91f77d28425912c2a16c57b77192b1d75ca /ciigo.go
parentaed750e52ceccc18e3143995d43b0b1de21055b9 (diff)
downloadciigo-949be8394e52c188dc57b2dea5128d23df398245.tar.xz
Release ciigo v0.12.0 (2024-04-04)v0.12.0
=== New features * all: add server option to automatically generate index HTML If the requested path is directory and no "index.html" file exist in that directory, ciigo server will render list of files as "index.html" automatically. === Chores * all: replace module "share" with "pakakeh.go" The "share" module has been moved to new repository with new name at "https://sr.ht/~shulhan/pakakeh.go".
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 e973ae7..3f1e68e 100644
--- a/ciigo.go
+++ b/ciigo.go
@@ -27,7 +27,7 @@ const (
)
// Version define the latest tagged release of this module.
-var Version = `0.11.0`
+var Version = `0.12.0`
// defExcludes define default files to be excludes on GoEmbed.
var defExcludes = []string{