1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-01 13:48:57 +08:00
hybridgroup.gobot/version.go
2016-02-17 12:28:00 -08:00

9 lines
128 B
Go

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