We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232268d commit 1d5bd41Copy full SHA for 1d5bd41
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.4.1
+DOWNLOAD_VERSION=0.5.0
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.4.1"
+ Version = "0.5.0"
18
19
// self update informations
20
GithubOrganization = "webdevops"
0 commit comments