hybridgroup.gobot/version.go

9 lines
127 B
Go
Raw Normal View History

2014-06-29 08:03:34 +08:00
package gobot
2015-07-10 23:04:28 +08:00
const version = "0.9.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
}