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-29 06:42:03 +00:00
const Version = "v1.38.0-ae6c6c90-dev"
2022-07-10 07:29:19 +00:00
2022-07-29 06:42:03 +00:00
const VersionGitRef = "ae6c6c90"
2021-12-27 15:10:29 +00:00