1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-27 13:48:56 +08:00
hybridgroup.gobot/version.go

9 lines
128 B
Go
Raw Normal View History

2014-06-28 17:03:34 -07:00
package gobot
const version = "0.12.1"
2014-06-28 17:03:34 -07:00
// Version returns the current Gobot version
2014-06-28 17:03:34 -07:00
func Version() string {
return version
}