Skip to content

Commit

Permalink
version bump to v0.13.3 and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Dec 13, 2018
1 parent 0cdeb6d commit 5051971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion aah/go.mod
Original file line number Diff line number Diff line change
@@ -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
)
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.2"
var Version = "0.13.3"

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

0 comments on commit 5051971

Please sign in to comment.