Skip to content

Commit 5051971

Browse files
committed
version bump to v0.13.3 and readme update
1 parent 0cdeb6d commit 5051971

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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

aah/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module aahframe.work/cli/aah
22

33
require (
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
)

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.2"
21+
var Version = "0.13.3"
2222

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

0 commit comments

Comments
 (0)