summaryrefslogtreecommitdiff
path: root/awwan.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-07-04 12:34:21 +0700
committerShulhan <ms@kilabit.info>2022-07-04 12:34:53 +0700
commitfb77c2ed9d49f818f883a08629a5589f3638ba20 (patch)
tree52ea3f3c2e237dfc8eb2aa605f4abce3172d9427 /awwan.go
parentc1f1407aea33c86de00d1944510cf431dbdaea0c (diff)
downloadawwan-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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/awwan.go b/awwan.go
index 522f5fe..3685dbf 100644
--- a/awwan.go
+++ b/awwan.go
@@ -21,7 +21,7 @@ import (
)
const (
- Version = "0.5.1-dev"
+ Version = "0.6.0"
CommandModeBuild = "build"
CommandModeLocal = "local"