mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 06:33:56 +00:00
Add Version
This commit is contained in:
parent
288d068fbd
commit
a2cfdeeab6
@ -37,6 +37,15 @@ import (
|
||||
// "syscall"
|
||||
)
|
||||
|
||||
const (
|
||||
version string = "v0.41.1,Happy new year!"
|
||||
)
|
||||
|
||||
//GetVersion get version
|
||||
func GetVersion() string {
|
||||
return version
|
||||
}
|
||||
|
||||
/*
|
||||
_______. ______ .______ _______ _______ .__ __.
|
||||
/ | / || _ \ | ____|| ____|| \ | |
|
||||
|
Loading…
Reference in New Issue
Block a user