Skip to content

Commit

Permalink
Add Version
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Jan 1, 2017
1 parent 288d068 commit a2cfdee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions robotgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ import (
// "syscall"
)

const (
version string = "v0.41.1,Happy new year!"
)

//GetVersion get version
func GetVersion() string {
return version
}

/*
_______. ______ .______ _______ _______ .__ __.
/ | / || _ \ | ____|| ____|| \ | |
Expand Down

0 comments on commit a2cfdee

Please sign in to comment.