mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 11:42:43 +08:00
8 lines
93 B
Go
8 lines
93 B
Go
package constant
|
|
|
|
var (
|
|
Meta = true
|
|
Version = "1.8.0"
|
|
BuildTime = "unknown time"
|
|
)
|