Skip to content

Commit

Permalink
[v2.3] Version release
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Lancini committed Feb 5, 2019
1 parent b47570f commit 600da1d
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.2/goscan_2.2_linux_amd64.zip
$ unzip goscan_2.2_linux_amd64.zip
$ wget https://github.com/marco-lancini/goscan/releases/download/v2.3/goscan_2.3_linux_amd64.zip
$ unzip goscan_2.3_linux_amd64.zip

# Linux (32bit)
$ wget https://github.com/marco-lancini/goscan/releases/download/v2.2/goscan_2.2_linux_386.zip
$ unzip goscan_2.2_linux_386.zip
$ wget https://github.com/marco-lancini/goscan/releases/download/v2.3/goscan_2.3_linux_386.zip
$ unzip goscan_2.3_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.2
VERSION := 2.3
AUTHOR := Marco Lancini [@LanciniMarco]
LDFLAGS := -X 'main.version=$(VERSION)' -X 'main.author=$(AUTHOR)'

Expand Down

0 comments on commit 600da1d

Please sign in to comment.