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