1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-29 13:49:14 +08:00
hybridgroup.gobot/version.go
2016-02-17 17:23:31 -08:00

9 lines
128 B
Go

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