1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-27 13:48:56 +08:00
hybridgroup.gobot/version.go
2015-07-10 08:04:28 -07:00

9 lines
127 B
Go

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