From 8bf84fb9fe2b11e8c8d2ca75095eef760ea7d792 Mon Sep 17 00:00:00 2001 From: Florian Didron <0x6664@hey.com> Date: Thu, 8 Oct 2020 13:18:38 +0900 Subject: chore: bump version to 2.1.0 --- wally/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wally/version.go b/wally/version.go index 1d16558..ad0febb 100644 --- a/wally/version.go +++ b/wally/version.go @@ -6,12 +6,12 @@ import "runtime" func GetAppVersion() string { switch runtime.GOOS { case "darwin": - return "2.0.0" + return "2.1.0" case "linux": - return "2.0.0" + return "2.1.0" case "windows": - return "2.0.0" + return "2.1.0" default: - return "2.0.0" + return "2.1.0" } } -- cgit v1.2.3