commands: enable version for API

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
Lars Gierth 2015-11-25 02:54:59 +01:00
parent 3e03ae8f77
commit 9beebc9779

View File

@ -148,6 +148,7 @@ var rootROSubcommands = map[string]*cmds.Command{
},
"refs": RefsROCmd,
//"resolve": ResolveCmd,
"version": VersionCmd,
}
func init() {