mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
Merge branch 'master' of github.com:schollz/croc
This commit is contained in:
commit
4dfa1a9236
2 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,8 @@ build:
|
||||||
ignore:
|
ignore:
|
||||||
- goos: darwin
|
- goos: darwin
|
||||||
goarch: 386
|
goarch: 386
|
||||||
|
- goos: freebsd
|
||||||
|
goarch: arm
|
||||||
goarm:
|
goarm:
|
||||||
- 7
|
- 7
|
||||||
nfpms:
|
nfpms:
|
||||||
|
|
|
@ -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.12-e4cecf6"
|
Version = "v8.6.12-c373b38"
|
||||||
}
|
}
|
||||||
app.Version = Version
|
app.Version = Version
|
||||||
app.Compiled = time.Now()
|
app.Compiled = time.Now()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue