package cmd // These variables are populated via the Go linker. var ( // Version of rqlite. Version = "7" // Commit this code was built at. Commit = "unknown" // Branch the code was built from. Branch = "unknown" // Buildtime is the timestamp when the build took place. Buildtime = "unknown" )