From d9fcc720940bfb54f0f3298fdbe2799a4d988b4f Mon Sep 17 00:00:00 2001 From: Nitamet <13808955+Nitamet@users.noreply.github.com> Date: Tue, 1 Aug 2023 00:32:28 +0300 Subject: [PATCH] chore: update binary version --- updater.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.go b/updater.go index 1b50423..fa51826 100644 --- a/updater.go +++ b/updater.go @@ -5,7 +5,7 @@ import ( "log" ) -const version = "v0.2.0" +const version = "v0.2.1" const updaterURL = "https://geemo.app/" func setupUpdater() {