bbgo_origin/pkg/version/version.go
2023-07-24 17:03:52 +08:00

9 lines
124 B
Go

//go:build release
// +build release
package version
const Version = "v1.51.0-afc5dbb9"
const VersionGitRef = "afc5dbb9"