sing-box/constant/version.go
2022-09-09 14:43:42 +08:00

7 lines
59 B
Go

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