Skip to content

Commit

Permalink
[v1.5] Version release
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Lancini committed Jul 10, 2018
1 parent c8ad5aa commit 58c9c2b
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 @@ -18,12 +18,12 @@ Binaries are available from the [Release](https://github.com/marco-lancini/gosca

```bash
# macOS (darwin)
$ wget https://github.com/marco-lancini/goscan/releases/download/v1.4/goscan_1.4_darwin_amd64.zip
$ unzip goscan_1.4_darwin_amd64.zip
$ wget https://github.com/marco-lancini/goscan/releases/download/v1.5/goscan_1.5_darwin_amd64.zip
$ unzip goscan_1.5_darwin_amd64.zip

# Linux
$ wget https://github.com/marco-lancini/goscan/releases/download/v1.4/goscan_1.4_linux_amd64.zip
$ unzip goscan_1.4_linux_amd64.zip
$ wget https://github.com/marco-lancini/goscan/releases/download/v1.5/goscan_1.5_linux_amd64.zip
$ unzip goscan_1.5_linux_amd64.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 := 1.4
VERSION := 1.5
AUTHOR := Marco Lancini [@LanciniMarco]
LDFLAGS := -X 'main.version=$(VERSION)' -X 'main.author=$(AUTHOR)'

Expand Down

0 comments on commit 58c9c2b

Please sign in to comment.