1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-29 13:49:14 +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
2023-05-15 18:31:44 +02:00
const version = "2.0.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
}