mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-02-22 14:54:12 +01:00
5 lines
163 B
Go
5 lines
163 B
Go
package magnacarto
|
|
|
|
// Version gets replaced while building with
|
|
// go build -ldflags "-X github.com/omniscale/magnacarto.Version 1.2.3"
|
|
var Version = "0.0.0-dev"
|