mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
fix version printing
This commit is contained in:
parent
5c4db82e46
commit
d2d44ef698
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ func Run() (err error) {
|
|||
app := cli.NewApp()
|
||||
app.Name = "croc"
|
||||
if Version == "" {
|
||||
Version = "v10.1.0"
|
||||
Version = "v10.1.2"
|
||||
}
|
||||
app.Version = Version
|
||||
app.Compiled = time.Now()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue