bump version to v0.4.31

This commit is contained in:
Yoan.Liu
2026-08-17 08:59:31 +08:00
parent fe08374877
commit dc4cf2b77c
2 changed files with 2 additions and 2 deletions

View File

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