Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
1.0.0.rc20
Browse files Browse the repository at this point in the history
Useful exception messages
  • Loading branch information
fredv committed Aug 18, 2015
1 parent 8ac80c4 commit 6491b83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions router.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ func router(defaults map[string]string) *cli.Router {
}

func infoCommand() error {
fmt.Printf("Built at 2015-08-18 18:08:43.433141642 +0200 CEST\n")
fmt.Println("PhraseApp Client version:", "1.0.0.rc19")
fmt.Printf("Built at 2015-08-18 18:35:24.538055789 +0200 CEST\n")
fmt.Println("PhraseApp Client version:", "1.0.0.rc20")
fmt.Println("PhraseApp API Client revision:", "8c3f2127836724c1d428896ab7f6eb113707f862")
fmt.Println("PhraseApp Client revision:", "2f5d11fd0c15370bc3635d53a0ff561b6ac507fa")
fmt.Println("PhraseApp Client revision:", "8ac80c484360cc30dafaa00ce8cee399fb4265fd")
fmt.Println("PhraseApp Docs revision:", "767813638335dadeb3072bcae9932641c783094c")
return nil
}
Expand Down

0 comments on commit 6491b83

Please sign in to comment.