1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02: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: ignore:
- goos: darwin - goos: darwin
goarch: 386 goarch: 386
- goos: freebsd
goarch: arm
goarm: goarm:
- 7 - 7
nfpms: nfpms:

View file

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