1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-09 19:29:27 +08:00
hybridgroup.gobot/version.go
Ron Evans 7fc9240220 release: update for v1.13.0 release
Signed-off-by: Ron Evans <ron@hybridgroup.com>
2019-05-22 11:34:39 +02:00

9 lines
128 B
Go

package gobot
const version = "1.13.0"
// Version returns the current Gobot version
func Version() string {
return version
}