Skip to content

Commit 218dbd9

Browse files
authored
Merge pull request #29 for update aah version and release
2 parents 88934ec + b183608 commit 218dbd9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

aah/go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
module aahframe.work/cli/aah
22

33
require (
4-
aahframe.work v0.12.3
5-
github.com/radovskyb/watcher v0.0.0-20181027232338-25a66c5e3b26
4+
aahframe.work v0.12.4
5+
github.com/radovskyb/watcher v1.0.7
66
github.com/stretchr/testify v1.3.0
77
)
8+
9+
go 1.11

aah/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
// Version no. of aah framework CLI tool
21-
var Version = "0.13.4"
21+
var Version = "0.13.5"
2222

2323
var (
2424
errVersionNotExists = errors.New("version not exists")

0 commit comments

Comments
 (0)