mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-05-11 19:29:20 +08:00
8 lines
82 B
Go
8 lines
82 B
Go
package gobot
|
|
|
|
const version = "0.8.1"
|
|
|
|
func Version() string {
|
|
return version
|
|
}
|