mirror of
https://ghproxy.net/https://github.com/CaptainCore/captaincore.git
synced 2026-07-30 13:27:00 +08:00
7 lines
215 B
Go
7 lines
215 B
Go
package version
|
|
|
|
// Version is the global CaptainCore version.
|
|
// It can be overridden at build time with:
|
|
//
|
|
// go build -ldflags "-X github.com/CaptainCore/captaincore/version.Version=2.0.0"
|
|
var Version = "1.0.0"
|