sing-box/constant/version.go
2022-08-12 18:51:58 +08:00

7 lines
62 B
Go

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