mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-27 13:48:56 +08:00
8 lines
82 B
Go
8 lines
82 B
Go
package gobot
|
|
|
|
const version = "0.6.2"
|
|
|
|
func Version() string {
|
|
return version
|
|
}
|