summaryrefslogtreecommitdiff
path: root/awwan.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-04-06 02:07:24 +0700
committerShulhan <ms@kilabit.info>2024-04-06 02:07:24 +0700
commit9586bba13a451a5bcdf9b9916dbb40cfd72a12bc (patch)
treec29c3164dc08c89ecdae671ca16cb162332a92fa /awwan.go
parent490dcc6ec98d065a7b1a81016adae13e11454984 (diff)
downloadawwan-0.12.1.tar.xz
Release awwan v0.12.1 (2024-04-05)v0.12.1
This release replace module "share" with "pakakeh.go". In the "_wui", we use shared static assets from Cloud Storage. The idea is to minimize noise in the logs that does not related to page access and minimize binary size. In the "_ops", we use shared mkosi cache in user’s home ".cache". This is to minimize duplicate files and allow us to find or grep files without excluding certains directory. We also apply some recommendations from linters.
Diffstat (limited to 'awwan.go')
-rw-r--r--awwan.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/awwan.go b/awwan.go
index ae060d8..42b04c3 100644
--- a/awwan.go
+++ b/awwan.go
@@ -20,7 +20,7 @@ import (
)
// Version current version of this module (library and program).
-var Version = `0.12.0`
+var Version = `0.12.1`
// osGetwd define the handler to get current working directory.
//