1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-29 13:49:14 +08:00
hybridgroup.gobot/version.go
deadprogram 87251497af Update version to 1.2.1 for point release
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-02-16 10:52:42 +01:00

9 lines
127 B
Go

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