package version // Version holds the current version of the application. // This value is intended to be set at build time using the -X linker flag. var Version = "unknown-version"