bump version to v0.4.29

This commit is contained in:
RHQYZ
2026-07-31 21:17:32 +08:00
committed by GitHub
parent 30fc4fc59b
commit fa35653aff

View File

@@ -2,6 +2,6 @@
const (
AppName = "Certimate"
AppVersion = "0.4.28"
AppVersion = "0.4.29"
AppUserAgent = AppName + "/" + AppVersion
)