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

9 lines
128 B
Go
Raw Permalink Normal View History

2014-06-28 17:03:34 -07:00
package gobot
const version = "1.14.0"
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
}