Skip to content

Commit

Permalink
Update application version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Salvi committed Mar 8, 2024
1 parent 121bcb5 commit b8a8f58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b8a8f58

Please sign in to comment.