Skip to content

Commit

Permalink
Merge pull request #30 cleanup print line
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm authored Mar 4, 2020
2 parents 218dbd9 + 90040aa commit 1881b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4
aahframe.work v0.12.5
github.com/radovskyb/watcher v1.0.7
github.com/stretchr/testify v1.3.0
)
Expand Down
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.5"
var Version = "0.13.6"

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

0 comments on commit 1881b15

Please sign in to comment.