File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111### News
1212
13- * ` v0.13.2 ` [ released] ( https://github.com/go-aah/tools/releases/tag/v0.13.2 ) and tagged on Dec 07 , 2018.
13+ * ` v0.13.3 ` [ released] ( https://github.com/go-aah/tools/releases/tag/v0.13.3 ) and tagged on Dec 13 , 2018.
1414 * ` v0.13.0 ` [ released] ( https://github.com/go-aah/tools/releases/tag/v0.13.0 ) and tagged on Dec 02, 2018.
1515 * ` v0.12.2 ` [ released] ( https://github.com/go-aah/tools/releases/tag/v0.12.2 ) and tagged on Jul 20, 2018.
1616
Original file line number Diff line number Diff line change 11module aahframe.work/cli/aah
22
33require (
4- aahframe.work v0.12.1
4+ aahframe.work v0.12.2
55 github.com/radovskyb/watcher v0.0.0-20181027232338-25a66c5e3b26
66 github.com/stretchr/testify v1.2.2
77)
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818)
1919
2020// Version no. of aah framework CLI tool
21- var Version = "0.13.2 "
21+ var Version = "0.13.3 "
2222
2323var (
2424 errVersionNotExists = errors .New ("version not exists" )
You can’t perform that action at this time.
0 commit comments