Skip to content

Commit 1881b15

Browse files
authored
Merge pull request #30 cleanup print line
2 parents 218dbd9 + 90040aa commit 1881b15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.4
4+
aahframe.work v0.12.5
55
github.com/radovskyb/watcher v1.0.7
66
github.com/stretchr/testify v1.3.0
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.5"
21+
var Version = "0.13.6"
2222

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

0 commit comments

Comments
 (0)