From 2f539131186dd9b44e3f8d59bea9ff2595800384 Mon Sep 17 00:00:00 2001 From: Iskander Sharipov Date: Tue, 19 Oct 2021 12:39:18 +0300 Subject: [PATCH] update release --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 37e09ad7..064fbcd8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ GOPATH_DIR=`go env GOPATH` -RELEASE=v0.3.11 +RELEASE=v0.3.12 BUILD_COMMIT=`git rev-parse HEAD` build: diff --git a/README.md b/README.md index 36d11b61..7e42ac1f 100644 --- a/README.md +++ b/README.md @@ -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) {[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)}. +It's advised that you get a binary from the [latest release](https://github.com/quasilyte/go-ruleguard/releases/tag/v0.3.12) {[linux/amd64](https://github.com/quasilyte/go-ruleguard/releases/download/v0.3.12/ruleguard-linux-amd64.zip), [linux/arm64](https://github.com/quasilyte/go-ruleguard/releases/download/v0.3.12/ruleguard-linux-arm64.zip), [darwin/amd64](https://github.com/quasilyte/go-ruleguard/releases/download/v0.3.12/ruleguard-darwin-amd64.zip), [darwin/arm64](https://github.com/quasilyte/go-ruleguard/releases/download/v0.3.12/ruleguard-darwin-arm64.zip), [windows/amd64](https://github.com/quasilyte/go-ruleguard/releases/download/v0.3.12/ruleguard-windows-amd64.zip)}. If you want to install the ruleguard from source, it's as simple as: