diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-04 12:34:21 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-04 12:34:53 +0700 |
| commit | fb77c2ed9d49f818f883a08629a5589f3638ba20 (patch) | |
| tree | 52ea3f3c2e237dfc8eb2aa605f4abce3172d9427 /awwan.go | |
| parent | c1f1407aea33c86de00d1944510cf431dbdaea0c (diff) | |
| download | awwan-0.6.0.tar.xz | |
Release awwan v0.6.0 (2022-07-04)v0.6.0
== Bug fix
* all: fix the #get! statement when executing on local
== Enhancements
* cmd/awwan: make the "help" and "version" as command
== Chores
* all: changes the way to build JavaScript using esbuild
Diffstat (limited to 'awwan.go')
| -rw-r--r-- | awwan.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ import ( ) const ( - Version = "0.5.1-dev" + Version = "0.6.0" CommandModeBuild = "build" CommandModeLocal = "local" |
