1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-01 13:48:57 +08:00
hybridgroup.gobot/version.go
deadprogram cbf15ee311 core: Update version to 1.0.0
Signed-off-by: deadprogram <ron@hybridgroup.com>
2016-12-21 07:54:38 +01:00

9 lines
127 B
Go

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