bump version to v0.4.30

This commit is contained in:
Yoan.Liu
2026-08-10 08:54:13 +08:00
parent 1f5832386b
commit 1fe003f8c2
2 changed files with 2 additions and 2 deletions

View File

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