bbgo_origin/pkg/version/dev.go
2022-07-19 09:48:21 +08:00

9 lines
111 B
Go

// +build !release
package version
const Version = "v1.37.0-29fc58cb-dev"
const VersionGitRef = "29fc58cb"