bump version to v0.4.17

This commit is contained in:
RHQYZ 2026-02-09 15:08:12 +08:00 committed by GitHub
parent ac2fb6cb5d
commit 2e6ccabcfe
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.16"
AppVersion = "0.4.17"
AppUserAgent = AppName + "/" + AppVersion
)