mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Set correct version for manual builds
Signed-off-by: Jguer <me@jguer.space>
This commit is contained in:
parent
ead1ad5797
commit
b757d0abd3
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ type Configuration struct {
|
|||
UseAsk bool `json:"useask"`
|
||||
}
|
||||
|
||||
var version = "7.885"
|
||||
var version = "8.1101"
|
||||
|
||||
// configFileName holds the name of the config file.
|
||||
const configFileName string = "config.json"
|
||||
|
|
Loading…
Reference in a new issue