1
0
mirror of https://github.com/MetaCubeX/mihomo.git synced 2025-09-19 20:15:59 +08:00
Files
mihomo/constant/version.go
Maze.tsz 8580ee8898 [style]
2021-12-04 17:41:13 +08:00

9 lines
109 B
Go

package constant
var (
Meta = true
Version = "1.8.0"
BuildTime = "unknown time"
OpenWrt bool
)