package gobot const version = "1.2.1" // Version returns the current Gobot version func Version() string { return version }