Skip to content

Commit

Permalink
[v2.0] Version release
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Lancini committed Sep 2, 2018
1 parent 8249be1 commit 90031a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -19,12 +19,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.5/goscan_1.5_darwin_amd64.zip
$ unzip goscan_1.5_darwin_amd64.zip
$ wget https://github.com/marco-lancini/goscan/releases/download/v2.0/goscan_2.0_darwin_amd64.zip
$ unzip goscan_2.0_darwin_amd64.zip

# Linux
$ wget https://github.com/marco-lancini/goscan/releases/download/v1.5/goscan_1.5_linux_amd64.zip
$ unzip goscan_1.5_linux_amd64.zip
$ wget https://github.com/marco-lancini/goscan/releases/download/v2.0/goscan_2.0_linux_amd64.zip
$ unzip goscan_2.0_linux_amd64.zip

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

Expand Down

0 comments on commit 90031a8

Please sign in to comment.