summaryrefslogtreecommitdiff
path: root/awwan.go
diff options
context:
space:
mode:
Diffstat (limited to 'awwan.go')
-rw-r--r--awwan.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/awwan.go b/awwan.go
index e14e783..4bfcab5 100644
--- a/awwan.go
+++ b/awwan.go
@@ -1,5 +1,5 @@
-// SPDX-FileCopyrightText: 2019 M. Shulhan <ms@kilabit.info>
// SPDX-License-Identifier: GPL-3.0-or-later
+// SPDX-FileCopyrightText: 2019 M. Shulhan <ms@kilabit.info>
package awwan
@@ -21,7 +21,7 @@ import (
)
// Version current version of this module (library and program).
-var Version = `0.13.0`
+var Version = `0.13.1`
// osGetwd define the handler to get current working directory.
//