We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218dbd9 commit 90040aaCopy full SHA for 90040aa
aah/go.mod
@@ -1,7 +1,7 @@
1
module aahframe.work/cli/aah
2
3
require (
4
- aahframe.work v0.12.4
+ aahframe.work v0.12.5
5
github.com/radovskyb/watcher v1.0.7
6
github.com/stretchr/testify v1.3.0
7
)
aah/version.go
@@ -18,7 +18,7 @@ import (
18
19
20
// Version no. of aah framework CLI tool
21
-var Version = "0.13.5"
+var Version = "0.13.6"
22
23
var (
24
errVersionNotExists = errors.New("version not exists")
0 commit comments