From 79458d6bee56284bb24915d81d26647bdef0e20f Mon Sep 17 00:00:00 2001 From: Ben Boyter Date: Tue, 15 Oct 2019 08:59:15 +1100 Subject: [PATCH] Release 2.9.0 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 32a6d941..1677c4fc 100644 --- a/README.md +++ b/README.md @@ -391,12 +391,12 @@ scc is pretty well tested with many unit, integration and benchmarks to ensure t Run go build for windows and linux then the following in linux, keep in mind need to update the version ``` -GOOS=darwin GOARCH=amd64 go build -ldflags="-s -w" && zip -r9 scc-2.8.0-x86_64-apple-darwin.zip scc -GOOS=darwin GOARCH=386 go build -ldflags="-s -w" && zip -r9 scc-2.8.0-i386-apple-darwin.zip scc -GOOS=windows GOARCH=amd64 go build -ldflags="-s -w" && zip -r9 scc-2.8.0-x86_64-pc-windows.zip scc.exe -GOOS=windows GOARCH=386 go build -ldflags="-s -w" && zip -r9 scc-2.8.0-i386-pc-windows.zip scc.exe -GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" && zip -r9 scc-2.8.0-x86_64-unknown-linux.zip scc -GOOS=linux GOARCH=386 go build -ldflags="-s -w" && zip -r9 scc-2.8.0-i386-unknown-linux.zip scc +GOOS=darwin GOARCH=amd64 go build -ldflags="-s -w" && zip -r9 scc-2.9.0-x86_64-apple-darwin.zip scc +GOOS=darwin GOARCH=386 go build -ldflags="-s -w" && zip -r9 scc-2.9.0-i386-apple-darwin.zip scc +GOOS=windows GOARCH=amd64 go build -ldflags="-s -w" && zip -r9 scc-2.9.0-x86_64-pc-windows.zip scc.exe +GOOS=windows GOARCH=386 go build -ldflags="-s -w" && zip -r9 scc-2.9.0-i386-pc-windows.zip scc.exe +GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" && zip -r9 scc-2.9.0-x86_64-unknown-linux.zip scc +GOOS=linux GOARCH=386 go build -ldflags="-s -w" && zip -r9 scc-2.9.0-i386-unknown-linux.zip scc ``` ### Badges (beta)