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 +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
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 = "1.1.3 "
13+ const PHRASEAPP_CLIENT_VERSION = "1.1.4 "
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-26 17:42:25.106404861 +0100 CET\n " )
185- fmt .Println ("PhraseApp Client version:" , "1.1.3 " )
184+ fmt .Printf ("Built at 2015-11-12 11:06:33.777088146 +0100 CET\n " )
185+ fmt .Println ("PhraseApp Client version:" , "1.1.4 " )
186186 fmt .Println ("PhraseApp API Client revision:" , "1434a98b4716bb39897f5e74f3a722c7dc8446ee" )
187- fmt .Println ("PhraseApp Client revision:" , "8b01abb493df2c8efb737d3b89e8598b0772dc61 " )
188- fmt .Println ("PhraseApp Docs revision:" , "0c3422388ac69fce788cf9ef8603a29b64e20a0d " )
187+ fmt .Println ("PhraseApp Client revision:" , "452b96c01790cf9601a62cb427a08be03262742d " )
188+ fmt .Println ("PhraseApp Docs revision:" , "5e6a42aa0024352a2084dfdaa8c5c3061c119b0a " )
189189 return nil
190190}
191191
You can’t perform that action at this time.
0 commit comments