1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-27 13:48:56 +08:00
hybridgroup.gobot/version.go
deadprogram 1e26f485d4 core: update version to 1.3.0 for release
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-03-22 18:40:47 +01:00

9 lines
127 B
Go

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