Skip to content

Commit

Permalink
[v2.2] Version release
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Lancini committed Feb 4, 2019
1 parent 95d5a3d commit 9ed3fb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Binaries are available from the [Release](https://github.com/marco-lancini/gosca

```bash
# Linux (64bit)
$ wget https://github.com/marco-lancini/goscan/releases/download/v2.1/goscan_2.1_linux_amd64.zip
$ unzip goscan_2.1_linux_amd64.zip
$ wget https://github.com/marco-lancini/goscan/releases/download/v2.2/goscan_2.2_linux_amd64.zip
$ unzip goscan_2.2_linux_amd64.zip

# Linux (32bit)
$ wget https://github.com/marco-lancini/goscan/releases/download/v2.1/goscan_2.1_linux_386.zip
$ unzip goscan_2.1_linux_386.zip
$ wget https://github.com/marco-lancini/goscan/releases/download/v2.2/goscan_2.2_linux_386.zip
$ unzip goscan_2.2_linux_386.zip

# After that, place the executable in your PATH
$ chmod +x goscan
Expand Down
2 changes: 1 addition & 1 deletion goscan/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME := goscan
VERSION := 2.1
VERSION := 2.2
AUTHOR := Marco Lancini [@LanciniMarco]
LDFLAGS := -X 'main.version=$(VERSION)' -X 'main.author=$(AUTHOR)'

Expand Down

0 comments on commit 9ed3fb7

Please sign in to comment.