mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-14 02:53:50 +00:00
9 lines
123 B
Go
9 lines
123 B
Go
// +build !release
|
|
|
|
package version
|
|
|
|
const Version = "v1.21.0-1-g9b1783a9-9b1783a9-dev"
|
|
|
|
const VersionGitRef = "9b1783a9"
|
|
|