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