Add Makefile and version.sh, add 'version' command

This commit is contained in:
Alexander Neumann
2014-11-15 19:08:15 +01:00
parent ebd4f97350
commit 8277daa9e1
6 changed files with 109 additions and 32 deletions

View File

@@ -128,6 +128,4 @@ func commandCat(be backend.Server, key *khepri.Key, args []string) error {
default:
return errors.New("invalid type")
}
return nil
}