Skip to content

Commit

Permalink
bump karn to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Abdulhussein committed Dec 29, 2017
1 parent 37b1b28 commit e1ac4df
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 e1ac4df

Please sign in to comment.