Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
quasilyte committed Oct 18, 2021
1 parent 6c37a6e commit 84a8b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
GOPATH_DIR=`go env GOPATH`
RELEASE=v0.3.11-rc.3
RELEASE=v0.3.11
BUILD_COMMIT=`git rev-parse HEAD`

build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ It can also be easily embedded into other static analyzers. [go-critic](https://

## Quick start

It's advised that you get a binary from the [latest release](https://github.com/quasilyte/go-ruleguard/releases/tag/v0.3.11-rc.3) {[linux/amd64](https://github.com/quasilyte/go-ruleguard/releases/download/v0.3.11-rc.3/ruleguard-linux-amd64.zip), [linux/arm64](https://github.com/quasilyte/go-ruleguard/releases/download/v0.3.11-rc.3/ruleguard-linux-arm64.zip), [darwin/amd64](https://github.com/quasilyte/go-ruleguard/releases/download/v0.3.11-rc.3/ruleguard-darwin-amd64.zip), [darwin/arm64](https://github.com/quasilyte/go-ruleguard/releases/download/v0.3.11-rc.3/ruleguard-darwin-arm64.zip), [windows/amd64](https://github.com/quasilyte/go-ruleguard/releases/download/v0.3.11-rc.3/ruleguard-windows-amd64.zip)}.
It's advised that you get a binary from the [latest release](https://github.com/quasilyte/go-ruleguard/releases/tag/v0.3.11) {[linux/amd64](https://github.com/quasilyte/go-ruleguard/releases/download/v0.3.11/ruleguard-linux-amd64.zip), [linux/arm64](https://github.com/quasilyte/go-ruleguard/releases/download/v0.3.11/ruleguard-linux-arm64.zip), [darwin/amd64](https://github.com/quasilyte/go-ruleguard/releases/download/v0.3.11/ruleguard-darwin-amd64.zip), [darwin/arm64](https://github.com/quasilyte/go-ruleguard/releases/download/v0.3.11/ruleguard-darwin-arm64.zip), [windows/amd64](https://github.com/quasilyte/go-ruleguard/releases/download/v0.3.11/ruleguard-windows-amd64.zip)}.

If you want to install the ruleguard from source, it's as simple as:

Expand Down

0 comments on commit 84a8b0b

Please sign in to comment.