We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017b95b commit 41a0bcfCopy full SHA for 41a0bcf
README.md
@@ -40,7 +40,7 @@ Install
40
The binary file can be found in the [project releases](https://github.com/webdevops/go-sync/releases).
41
42
```
43
-DOWNLOAD_VERSION=0.5.4
+DOWNLOAD_VERSION=0.5.5
44
DOWNLOAD_OS=linux
45
DOWNLOAD_ARCH=x64
46
main.go
@@ -14,7 +14,7 @@ const (
14
// application informations
15
Name = "gosync"
16
Author = "webdevops.io"
17
- Version = "0.5.4"
+ Version = "0.5.5"
18
19
// self update informations
20
GithubOrganization = "webdevops"
0 commit comments