1
0
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:
Zack Scholl 2021-03-26 23:05:01 +00:00
commit 4dfa1a9236
2 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,8 @@ build:
ignore:
- goos: darwin
goarch: 386
- goos: freebsd
goarch: arm
goarm:
- 7
nfpms:

View File

@ -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()