captaincore/version/version.go
Austin Ginder 9657b5fc72 👌 IMPROVE: Version
2026-03-03 06:31:12 -05:00

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"