This repository was archived by the owner on Dec 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "github.com/phrase/phraseapp-go/phraseapp"
1111)
1212
13- const PHRASEAPP_CLIENT_VERSION = "test "
13+ const PHRASEAPP_CLIENT_VERSION = "1.1.2 "
1414
1515func router (defaults map [string ]string ) * cli.Router {
1616 r := cli .NewRouter ()
@@ -181,11 +181,11 @@ func router(defaults map[string]string) *cli.Router {
181181}
182182
183183func infoCommand () error {
184- fmt .Printf ("Built at 2015-10-12 16:50:11.840365425 +0200 CEST\n " )
185- fmt .Println ("PhraseApp Client version:" , "test " )
186- fmt .Println ("PhraseApp API Client revision:" , "4610c06557643d52c8c24aa08dff756f7dcd6c25 " )
187- fmt .Println ("PhraseApp Client revision:" , "85b9574fd31340828c310caf31946ecd9c48d843 " )
188- fmt .Println ("PhraseApp Docs revision:" , "35d9726b3435a3c6d4df9ecaa670876b4c59da54 " )
184+ fmt .Printf ("Built at 2015-10-13 10:44:16.659358799 +0200 CEST\n " )
185+ fmt .Println ("PhraseApp Client version:" , "1.1.2 " )
186+ fmt .Println ("PhraseApp API Client revision:" , "207ec7f485f3d6dc9c0dd25c2d300cb8cd8ec150 " )
187+ fmt .Println ("PhraseApp Client revision:" , "42f378663277fc14281c4de0aa53636d11c172a9 " )
188+ fmt .Println ("PhraseApp Docs revision:" , "3a56cc054419aeecaecc76f7cfb8ec2081789c30 " )
189189 return nil
190190}
191191
You can’t perform that action at this time.
0 commit comments