From 1d5bd41126abe063fb44c9956d87c17e6d516dcd Mon Sep 17 00:00:00 2001 From: Markus Blaschke Date: Mon, 30 Oct 2017 15:41:29 +0100 Subject: [PATCH] Release version 0.5.0 --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb0ccef..fbc79db 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.4.1 +DOWNLOAD_VERSION=0.5.0 DOWNLOAD_OS=linux DOWNLOAD_ARCH=x64 diff --git a/main.go b/main.go index a0c04b1..8eb5f1b 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ const ( // application informations Name = "gosync" Author = "webdevops.io" - Version = "0.4.1" + Version = "0.5.0" // self update informations GithubOrganization = "webdevops"