diff options
| author | Shulhan <ms@kilabit.info> | 2024-09-08 01:09:18 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-09-08 01:12:36 +0700 |
| commit | 1b3ca357ef8294fcf9a35d46cc2ea194b4b09dc2 (patch) | |
| tree | 44f6f45a48ce7cb9ad58b43b721af748783ec42d /awwan.go | |
| parent | 587ba4e61c03659e07df26a01b4febb0d6fc1a6b (diff) | |
| download | awwan-1b3ca357ef8294fcf9a35d46cc2ea194b4b09dc2.tar.xz | |
Release awwan v0.12.2 (2024-09-08)v0.12.2
=== Chores
* all: replace licensing format to REUSE.toml
Using ".reuse/dep5" has been deprecated since REUSE v3.2.0.
* _wui: update wui submodule URL
The wui submodule has been renamed to "pakakeh.ts".
Diffstat (limited to 'awwan.go')
| -rw-r--r-- | awwan.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ import ( ) // Version current version of this module (library and program). -var Version = `0.12.1` +var Version = `0.12.2` // osGetwd define the handler to get current working directory. // |
