aboutsummaryrefslogtreecommitdiff
path: root/awwan.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-05-14 19:25:26 +0700
committerShulhan <ms@kilabit.info>2023-05-14 19:25:26 +0700
commitaa467a4ed1fc554871be27ca303ee6ffc14b92c8 (patch)
tree2b2366d1e87b45a8d1604c3a90d885ee9133b842 /awwan.go
parenta2076094aab85c29178278bbd0f27125d9b705fd (diff)
downloadawwan-aa467a4ed1fc554871be27ca303ee6ffc14b92c8.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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/awwan.go b/awwan.go
index 4223220..a09a477 100644
--- a/awwan.go
+++ b/awwan.go
@@ -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 (