1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-02 22:17:12 +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
2014-12-28 08:20:00 -08:00
const version = "0.8.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
}