bump version to v0.4.18

This commit is contained in:
RHQYZ 2026-03-04 13:24:56 +08:00 committed by GitHub
parent 7ccac00913
commit f323677266
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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