From d8f628e856476cd5e6a017dea8c29ec3dbe0935b Mon Sep 17 00:00:00 2001 From: Markus Blaschke Date: Wed, 1 Nov 2017 15:32:38 +0100 Subject: [PATCH] Release version 0.5.3 --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"