Compare commits

..

No commits in common. "master" and "v0.1.2" have entirely different histories.

View File

@ -2,5 +2,5 @@ package meta
// Returns current version number. // Returns current version number.
func GetVersion() string { func GetVersion() string {
return "0.1.3" return "0.1.1"
} }