From b8a8f5801df9936d1e25e9644b1a6d44f0c66754 Mon Sep 17 00:00:00 2001 From: Marco-Salvi Date: Fri, 8 Mar 2024 19:15:43 +0100 Subject: [PATCH] Update application version --- update.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/update.go b/update.go index e1a617f..b2d074e 100644 --- a/update.go +++ b/update.go @@ -13,10 +13,11 @@ import ( wailsRuntime "github.com/wailsapp/wails/v2/pkg/runtime" ) -const VERSION = "0.0.1" - -const PUBLIC_KEY = `untrusted comment: minisign public key: E106E938CD763C05 +const ( + VERSION = "0.0.2" + PUBLIC_KEY = `untrusted comment: minisign public key: E106E938CD763C05 RWQFPHbNOOkG4bXw9P9+wzRhQLwNcBZdgn94TCJyaY7e7CyBYzXXXktB` +) // Check if there is a new version of the app available and return the url to download it, empty string if there is no update func (a *App) CheckForUpdates() bool {