mirror of
https://github.com/schollz/croc.git
synced 2024-11-28 09:35:14 +03:00
Merge branch 'master' of github.com:schollz/croc
This commit is contained in:
commit
4dfa1a9236
@ -21,6 +21,8 @@ build:
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: 386
|
||||
- goos: freebsd
|
||||
goarch: arm
|
||||
goarm:
|
||||
- 7
|
||||
nfpms:
|
||||
|
@ -33,7 +33,7 @@ func Run() (err error) {
|
||||
app := cli.NewApp()
|
||||
app.Name = "croc"
|
||||
if Version == "" {
|
||||
Version = "v8.6.12-e4cecf6"
|
||||
Version = "v8.6.12-c373b38"
|
||||
}
|
||||
app.Version = Version
|
||||
app.Compiled = time.Now()
|
||||
|
Loading…
Reference in New Issue
Block a user