diff --git a/README.md b/README.md index 6e220a1..db1e6d3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ### News - * `v0.13.2` [released](https://github.com/go-aah/tools/releases/tag/v0.13.2) and tagged on Dec 07, 2018. + * `v0.13.3` [released](https://github.com/go-aah/tools/releases/tag/v0.13.3) and tagged on Dec 13, 2018. * `v0.13.0` [released](https://github.com/go-aah/tools/releases/tag/v0.13.0) and tagged on Dec 02, 2018. * `v0.12.2` [released](https://github.com/go-aah/tools/releases/tag/v0.12.2) and tagged on Jul 20, 2018. diff --git a/aah/go.mod b/aah/go.mod index 1c6d5d0..cff5bec 100644 --- a/aah/go.mod +++ b/aah/go.mod @@ -1,7 +1,7 @@ module aahframe.work/cli/aah require ( - aahframe.work v0.12.1 + aahframe.work v0.12.2 github.com/radovskyb/watcher v0.0.0-20181027232338-25a66c5e3b26 github.com/stretchr/testify v1.2.2 ) diff --git a/aah/version.go b/aah/version.go index f59575d..b3e787a 100644 --- a/aah/version.go +++ b/aah/version.go @@ -18,7 +18,7 @@ import ( ) // Version no. of aah framework CLI tool -var Version = "0.13.2" +var Version = "0.13.3" var ( errVersionNotExists = errors.New("version not exists")