mirror of
https://github.com/schollz/croc.git
synced 2024-11-28 09:35:14 +03:00
bump 8.6.4
This commit is contained in:
parent
3f10a147dd
commit
9bb2d2b7cc
@ -33,7 +33,7 @@ func Run() (err error) {
|
|||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = "croc"
|
app.Name = "croc"
|
||||||
if Version == "" {
|
if Version == "" {
|
||||||
Version = "v8.6.4-bf9ebfc"
|
Version = "v8.6.4-3f10a14"
|
||||||
}
|
}
|
||||||
app.Version = Version
|
app.Version = Version
|
||||||
app.Compiled = time.Now()
|
app.Compiled = time.Now()
|
||||||
|
Loading…
Reference in New Issue
Block a user