diff --git a/CHANGELOG.md b/CHANGELOG.md index 84949fe..155a2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). #### Removed +## [1.3] - 2018-06-28 +#### Fixed +- Historical diff + + ## [1.2] - 2018-06-28 #### Added - Refactored project structure (docker build) diff --git a/README.md b/README.md index 4a45cf6..48ccbb7 100644 --- a/README.md +++ b/README.md @@ -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.1/goscan_1.2_darwin_amd64.zip -unzip goscan_1.2_darwin_amd64.zip +wget https://github.com/marco-lancini/goscan/releases/download/v1.3/goscan_1.3_darwin_amd64.zip +unzip goscan_1.3_darwin_amd64.zip # Linux -wget https://github.com/marco-lancini/goscan/releases/download/v1.1/goscan_1.2_linux_amd64.zip -unzip goscan_1.2_linux_amd64.zip +wget https://github.com/marco-lancini/goscan/releases/download/v1.3/goscan_1.3_linux_amd64.zip +unzip goscan_1.3_linux_amd64.zip # After that, place the executable in your PATH chmod +x goscan diff --git a/goscan/Makefile b/goscan/Makefile index 5b9b13e..48855bc 100644 --- a/goscan/Makefile +++ b/goscan/Makefile @@ -1,5 +1,5 @@ NAME := goscan -VERSION := 1.2 +VERSION := 1.3 AUTHOR := Marco Lancini [@LanciniMarco] LDFLAGS := -X 'main.version=$(VERSION)' -X 'main.author=$(AUTHOR)'