bbgo_origin/pkg/version/dev.go
2022-01-08 19:06:03 +08:00

9 lines
111 B
Go

// +build !release
package version
const Version = "v1.23.0-567f0c8b-dev"
const VersionGitRef = "567f0c8b"