bbgo_origin/pkg/version/dev.go

9 lines
111 B
Go
Raw Normal View History

2021-12-27 13:18:48 +00:00
// +build !release
2021-02-22 07:16:12 +00:00
package version
2022-07-19 01:48:21 +00:00
const Version = "v1.37.0-29fc58cb-dev"
2022-07-10 07:29:19 +00:00
2022-07-19 01:48:21 +00:00
const VersionGitRef = "29fc58cb"
2021-12-27 15:10:29 +00:00