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

Commit 66b3e82

Browse files
author
fredv
committed
1.1.3
Update multiple regressions, locale_code can no longer be guessed to avoid errors in detection
1 parent 8b01abb commit 66b3e82

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

router.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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.3"
1414

1515
func 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

183183
func infoCommand() error {
184-
fmt.Printf("Built at 2015-10-13 13:07:15.950591238 +0200 CEST\n")
185-
fmt.Println("PhraseApp Client version:", "test")
186-
fmt.Println("PhraseApp API Client revision:", "4610c06557643d52c8c24aa08dff756f7dcd6c25")
187-
fmt.Println("PhraseApp Client revision:", "fde7f31b2ffe93d460e2b826687ae7b8f81249a6")
188-
fmt.Println("PhraseApp Docs revision:", "35d9726b3435a3c6d4df9ecaa670876b4c59da54")
184+
fmt.Printf("Built at 2015-10-26 17:42:25.106404861 +0100 CET\n")
185+
fmt.Println("PhraseApp Client version:", "1.1.3")
186+
fmt.Println("PhraseApp API Client revision:", "1434a98b4716bb39897f5e74f3a722c7dc8446ee")
187+
fmt.Println("PhraseApp Client revision:", "8b01abb493df2c8efb737d3b89e8598b0772dc61")
188+
fmt.Println("PhraseApp Docs revision:", "0c3422388ac69fce788cf9ef8603a29b64e20a0d")
189189
return nil
190190
}
191191

0 commit comments

Comments
 (0)