diff --git a/updater.go b/updater.go index eca836e..08a572a 100644 --- a/updater.go +++ b/updater.go @@ -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" )