Skip to content

Commit 0063a03

Browse files
committed
resolved minor issue
1 parent be5f37a commit 0063a03

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v1.5.5
2+
- resolved some issue
3+
14
v1.5.4
25
- updated the regex to capture link
36
- make build in bin directory

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can either use a precompiled binary package for your architecture or you can
1818

1919
Windows | Linux
2020
--------|-------
21-
[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)
21+
[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)
2222

2323
For other versions or releases go to release page.
2424

@@ -27,7 +27,7 @@ For other versions or releases go to release page.
2727

2828
### Installing precompiled binary in Linux
2929
* In order to install precompiled binary, make sure you have installed `make`.
30-
* 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.
30+
* 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.
3131
* Now open terminal in the same dir and run commands:
3232

3333
To install:

loctrack.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var url string
3333

3434
const (
3535
// VERSION ...
36-
VERSION = "v1.5.4"
36+
VERSION = "v1.5.5"
3737
)
3838

3939
func main() {

0 commit comments

Comments
 (0)