mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
9 lines
130 B
Go
9 lines
130 B
Go
//go:build !release
|
|
// +build !release
|
|
|
|
package version
|
|
|
|
const Version = "v1.55.2-98468feb-dev"
|
|
|
|
const VersionGitRef = "98468feb"
|