Skip to content

Commit

Permalink
[V1.3] Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Lancini committed Jun 28, 2018
1 parent 89d6140 commit 7322527
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
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.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
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.2
VERSION := 1.3
AUTHOR := Marco Lancini [@LanciniMarco]
LDFLAGS := -X 'main.version=$(VERSION)' -X 'main.author=$(AUTHOR)'

Expand Down

0 comments on commit 7322527

Please sign in to comment.