Update App version to 0.0.4

Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
This commit is contained in:
luckfox-eng29
2025-11-11 20:38:22 +08:00
parent 4e82b8a11c
commit 5e17c52afc
41 changed files with 3537 additions and 598 deletions

2
ota.go
View File

@@ -59,7 +59,7 @@ var UpdateMetadataUrls = []string{
"https://api.github.com/repos/luckfox-eng29/kvm/releases/latest",
}
var builtAppVersion = "0.0.3+dev"
var builtAppVersion = "0.0.4+dev"
var updateSource = "github"