Skip to content

Commit

Permalink
Merge pull request #20 from prydonius/bump-0.4.0
Browse files Browse the repository at this point in the history
bump karn to 0.0.4
  • Loading branch information
prydonius authored Dec 29, 2017
2 parents 37b1b28 + e1ac4df commit d5612bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/karn/karn.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func main() {
app.Usage = "manage multiple Git identities"
app.Author = "Adnan Abdulhussein"
app.Email = "[email protected]"
app.Version = "0.0.3"
app.Version = "0.0.4"
app.Commands = commands()
app.Run(os.Args)
}
Expand Down

0 comments on commit d5612bf

Please sign in to comment.