fix(version): correct version format to include hyphen
Some checks failed
Build FRP Binaries / Build and Package FRP (push) Has been cancelled

This commit is contained in:
2025-10-20 21:33:04 +08:00
parent 045c16dfad
commit 73de13fb27

View File

@@ -14,7 +14,7 @@
package version
var version = "LoliaFRP 0.65.0"
var version = "LoliaFRP-0.65.0"
func Full() string {
return version