From 7a83d36482a01c111f1e37cebb1d15aa73ed1216 Mon Sep 17 00:00:00 2001 From: Markus Blaschke Date: Sun, 17 Nov 2019 22:57:41 +0100 Subject: [PATCH] Release 0.6.1 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 31d0f85..31f567c 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ const ( // application informations Name = "gosync" Author = "webdevops.io" - Version = "0.6.0" + Version = "0.6.1" // self update informations GithubOrganization = "webdevops"