diff options
| author | Shulhan <ms@kilabit.info> | 2023-05-14 19:25:26 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-05-14 19:25:26 +0700 |
| commit | aa467a4ed1fc554871be27ca303ee6ffc14b92c8 (patch) | |
| tree | 2b2366d1e87b45a8d1604c3a90d885ee9133b842 /awwan.go | |
| parent | a2076094aab85c29178278bbd0f27125d9b705fd (diff) | |
| download | awwan-0.7.0.tar.xz | |
Release awwan v0.7.0 (2023-05-14)v0.7.0
=== Breaking changes
* all: changes the line number arguments for "local" and "play" command
=== Chores
* all: convert README from Asciidoc to Markdown
* all: move code for development to package internal
* all: add configuration for golangci-lint
* all: move _doc to directory _www
* go.mod: set the Go module version to 1.19
Diffstat (limited to 'awwan.go')
| -rw-r--r-- | awwan.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ import ( ) // Version current version of this module (library and program). -const Version = `0.7.0-dev` +const Version = `0.7.0` // List of command available for program awwan. const ( |
