sing-box/constant/version.go
2022-09-07 23:10:36 +08:00

7 lines
57 B
Go

package constant
var (
Version = "1.0"
Commit = ""
)