Skip to content

Commit

Permalink
Merge pull request #15 display text update and version bump to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm authored Mar 29, 2018
2 parents 0a37091 + 62c10e5 commit 46cfb34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aah/switch.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func doSwitch(branchName, target string) error {
}

if toBranch == edgeBranchName {
cliLog.Infof("Refreshing aah version to latest '%s' ...\n", fname)
cliLog.Infof("Refreshing aah version to latest '%s' ...\n", friendlyName(toBranch))
refreshCodebase(libNames...)
}

Expand Down
2 changes: 1 addition & 1 deletion aah/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package main

// Version no. of aah framework CLI tool
const Version = "0.10"
const Version = "0.10.1"

0 comments on commit 46cfb34

Please sign in to comment.