1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-24 13:48:49 +08:00
hybridgroup.gobot/version.go
Ron Evans b2ddfe7895 release: update version to 1.10.2
Signed-off-by: Ron Evans <ron@hybridgroup.com>
2018-04-24 13:03:49 +02:00

9 lines
128 B
Go

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