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.
2 parents 88934ec + b183608 commit 218dbd9Copy full SHA for 218dbd9
aah/go.mod
@@ -1,7 +1,9 @@
1
module aahframe.work/cli/aah
2
3
require (
4
- aahframe.work v0.12.3
5
- github.com/radovskyb/watcher v0.0.0-20181027232338-25a66c5e3b26
+ aahframe.work v0.12.4
+ github.com/radovskyb/watcher v1.0.7
6
github.com/stretchr/testify v1.3.0
7
)
8
+
9
+go 1.11
aah/version.go
@@ -18,7 +18,7 @@ import (
18
19
20
// Version no. of aah framework CLI tool
21
-var Version = "0.13.4"
+var Version = "0.13.5"
22
23
var (
24
errVersionNotExists = errors.New("version not exists")
0 commit comments