Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhib committed Oct 31, 2020
1 parent 0cc4dac commit b1a6e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ type SearchParams struct {
}

func (e *Engine) GetInfo() (name, version, author string) {
return "Combusken", "1.3.1", "Marcin Henryk Bartkowiak"
return "Combusken", "1.4.0", "Marcin Henryk Bartkowiak"
}

func (e *Engine) GetOptions() []EngineOption {
Expand Down

0 comments on commit b1a6e5f

Please sign in to comment.