1
0
mirror of https://github.com/MetaCubeX/mihomo.git synced 2025-09-19 20:15:59 +08:00
Files
mihomo/constant/version.go
2023-11-03 21:58:21 +08:00

9 lines
120 B
Go

package constant
var (
Meta = true
Version = "1.10.0"
BuildTime = "unknown time"
MihomoName = "mihomo"
)