mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Update const var
Signed-off-by: Jguer <me@jguer.space>
This commit is contained in:
parent
cfd244f377
commit
bab050a354
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ type Configuration struct {
|
|||
GitClone bool `json:"gitclone"`
|
||||
}
|
||||
|
||||
var version = "3.373"
|
||||
var version = "5.688"
|
||||
|
||||
// configFileName holds the name of the config file.
|
||||
const configFileName string = "config.json"
|
||||
|
|
Loading…
Reference in a new issue