1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-26 13:48:49 +08:00
hybridgroup.gobot/version.go
Ron Evans ed531980b4 Prepare for release v1.12.0
Signed-off-by: Ron Evans <ron@hybridgroup.com>
2018-08-27 16:21:45 -06:00

9 lines
128 B
Go

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