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

Commit 85b9574

Browse files
author
kennell
committed
1.1.1
fixes push issues on Windows systems
1 parent 28ad2f5 commit 85b9574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

router.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ func router(defaults map[string]string) *cli.Router {
181181
}
182182

183183
func infoCommand() error {
184-
fmt.Printf("Built at 2015-10-08 14:20:18.131440309 +0200 CEST\n")
184+
fmt.Printf("Built at 2015-10-08 14:26:08.252603161 +0200 CEST\n")
185185
fmt.Println("PhraseApp Client version:", "1.1.1")
186186
fmt.Println("PhraseApp API Client revision:", "07070643c663eaae33c7431549cdbb4ceb0aec4d")
187-
fmt.Println("PhraseApp Client revision:", "e6762fc19aa2375ee24b3397755a99cf4bb18762")
187+
fmt.Println("PhraseApp Client revision:", "28ad2f580cd60374584e06505ae9845bb104016c")
188188
fmt.Println("PhraseApp Docs revision:", "35d9726b3435a3c6d4df9ecaa670876b4c59da54")
189189
return nil
190190
}

0 commit comments

Comments
 (0)