1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-01 13:48:57 +08:00
hybridgroup.gobot/version.go
2015-06-30 18:06:27 -07:00

9 lines
127 B
Go

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