package version // Version information set at build time var ( Version = "dev" Commit = "unknown" BuildDate = "unknown" )