bbgo_origin/pkg/version/version.go

9 lines
106 B
Go
Raw Normal View History

2021-02-22 07:16:12 +00:00
// +build release
package version
2022-05-03 04:43:28 +00:00
const Version = "v1.31.4-159c972d"
2021-12-07 08:03:32 +00:00
2022-05-03 04:43:28 +00:00
const VersionGitRef = "159c972d"
2021-04-28 10:00:23 +00:00