diff --git a/README.md b/README.md index 5bd403f..bc492b4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Install The binary file can be found in the [project releases](https://github.com/webdevops/go-sync/releases). ``` -DOWNLOAD_VERSION=0.5.2 +DOWNLOAD_VERSION=0.5.3 DOWNLOAD_OS=linux DOWNLOAD_ARCH=x64 diff --git a/main.go b/main.go index bc51914..e078a9b 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ const ( // application informations Name = "gosync" Author = "webdevops.io" - Version = "0.5.2" + Version = "0.5.3" // self update informations GithubOrganization = "webdevops"