Skip to content

Commit

Permalink
update aah version and release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Mar 3, 2020
1 parent 88934ec commit b183608
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions aah/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
module aahframe.work/cli/aah

require (
aahframe.work v0.12.3
github.com/radovskyb/watcher v0.0.0-20181027232338-25a66c5e3b26
aahframe.work v0.12.4
github.com/radovskyb/watcher v1.0.7
github.com/stretchr/testify v1.3.0
)

go 1.11
2 changes: 1 addition & 1 deletion aah/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

// Version no. of aah framework CLI tool
var Version = "0.13.4"
var Version = "0.13.5"

var (
errVersionNotExists = errors.New("version not exists")
Expand Down

0 comments on commit b183608

Please sign in to comment.