package cmd // These variables are populated via the Go linker. var ( // rqlite version Version = "6" // Commit this code was built at. Commit = "unknown" // Branch the code was built from. Branch = "unknown" // Timestamp of build. Buildtime = "unknown" )