1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-14 19:29:32 +08:00
hybridgroup.gobot/version.go

9 lines
127 B
Go
Raw Normal View History

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