Skip to content

Commit

Permalink
[verup] v0.0.6 -> v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepla committed Jan 8, 2022
1 parent 79890d4 commit 7ce7315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
type exitCode int

const (
appVersion = "0.0.6"
appVersion = "0.0.7"
appName = "fzwiki"
envNameLang = "FZWIKI_LANG"

Expand Down Expand Up @@ -159,4 +159,4 @@ func find(result *client.SearchResult) (choices []int, err error) {
},
),
)
}
}

0 comments on commit 7ce7315

Please sign in to comment.