Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions services/eta/call_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (
EtaEngineZeus
EtaEngineCarPooling
EtaEngineGolchin
EtaEngineGiraffe
EtaEngineZarrafe
EtaEngineFood
EtaEngineIntercity
)
Expand Down Expand Up @@ -50,8 +50,8 @@ func (engine EtaEngine) String() string {
return "carpooling"
case EtaEngineGolchin:
return "golchin"
case EtaEngineGiraffe:
return "giraffe"
case EtaEngineZarrafe:
return "zarrafe"
case EtaEngineFood:
return "food"
case EtaEngineIntercity:
Expand Down
6 changes: 3 additions & 3 deletions services/matrix/call_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
MatrixEngineZeus
MatrixEngineCarPooling
MatrixEngineGolchin
MatrixEngineGiraffe
MatrixEngineZarrafe
MatrixEngineFood
MatrixEngineIntercity
)
Expand Down Expand Up @@ -47,8 +47,8 @@ func (engine MatrixEngine) String() string {
return "carpooling"
case MatrixEngineGolchin:
return "golchin"
case MatrixEngineGiraffe:
return "giraffe"
case MatrixEngineZarrafe:
return "zarrafe"
case MatrixEngineFood:
return "food"
case MatrixEngineIntercity:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version
import "fmt"

const (
Version = "v0.9.19"
Version = "v0.9.20"
UserAgentHeader = "User-Agent"
)

Expand Down
Loading