mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
9 lines
124 B
Go
9 lines
124 B
Go
//go:build release
|
|
// +build release
|
|
|
|
package version
|
|
|
|
const Version = "v1.53.0-4c701676"
|
|
|
|
const VersionGitRef = "4c701676"
|