mirror of
https://github.com/rancher/os.git
synced 2025-07-05 19:16:13 +00:00
13 lines
276 B
Go
13 lines
276 B
Go
package version
|
|
|
|
var (
|
|
// VERSION should be updated by hand at each release
|
|
VERSION = "0.3.0-dev"
|
|
|
|
// GITCOMMIT will be overwritten automatically by the build system
|
|
GITCOMMIT = "HEAD"
|
|
|
|
// BUILDTIME will be overwritten automatically by the build system
|
|
BUILDTIME = ""
|
|
)
|