v0.4.4 — Fix OTA: CurrentVersion + version.json Feldname
Some checks failed
Build & Release / 🏗️ Windows Build (push) Has been cancelled

This commit is contained in:
clawd
2026-02-20 11:06:16 +00:00
parent fc7fad9713
commit 4ee35e6336

View File

@@ -16,7 +16,7 @@ import (
const (
// Aktuelle Version der App
CurrentVersion = "1.0.0"
CurrentVersion = "0.4.3"
// Update-Check URL
UpdateURL = "https://speiseplan.supertoll.xyz/version.json"
)