sing-box/constant/version.go
2022-08-12 22:58:28 +08:00

7 lines
59 B
Go

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