hybridgroup.gobot/version.go

9 lines
128 B
Go
Raw Normal View History

2014-06-29 08:03:34 +08:00
package gobot
const version = "1.14.0"
2014-06-29 08:03:34 +08:00
// Version returns the current Gobot version
2014-06-29 08:03:34 +08:00
func Version() string {
return version
}