diff --git a/CHANGELOG b/CHANGELOG index fd9252b..2bda5dc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v1.5.5 +- resolved some issue + v1.5.4 - updated the regex to capture link - make build in bin directory diff --git a/README.md b/README.md index 9fe1c47..7f63ace 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You can either use a precompiled binary package for your architecture or you can Windows | Linux --------|------- -[win-x64](https://github.com/cipheras/loctrack/releases/download/v1.5.3/loctrack-win-x64.zip) | [linux-x64](https://github.com/cipheras/loctrack/releases/download/v1.5.3/loctrack-linux-x64) +[win-x64](https://github.com/cipheras/loctrack/releases/download/v1.5.5/loctrack-win-x64.zip) | [linux-x64](https://github.com/cipheras/loctrack/releases/download/v1.5.5/loctrack-linux-x64) For other versions or releases go to release page. @@ -27,7 +27,7 @@ For other versions or releases go to release page. ### Installing precompiled binary in Linux * In order to install precompiled binary, make sure you have installed `make`. -* Download **Makefile** from [here](https://github.com/cipheras/loctrack/releases/download/v1.5.3/Makefile) and keep it and your binary in the same directory. +* Download **Makefile** from [here](https://github.com/cipheras/loctrack/releases/download/v1.5.5/Makefile) and keep it and your binary in the same directory. * Now open terminal in the same dir and run commands: To install: diff --git a/loctrack.go b/loctrack.go index 3bd286e..665e0c8 100755 --- a/loctrack.go +++ b/loctrack.go @@ -33,7 +33,7 @@ var url string const ( // VERSION ... - VERSION = "v1.5.4" + VERSION = "v1.5.5" ) func main() {