1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-24 13:48:49 +08:00
hybridgroup.gobot/version.go
deadprogram d7a8f8b825 release: prepare for release 1.15.0
Signed-off-by: deadprogram <ron@hybridgroup.com>
2020-12-01 10:54:44 +01:00

9 lines
128 B
Go

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