1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-10-18 04:03:01 +08:00

Merge pull request #2001 from ipfs/version-commit

gateway: /version tests, add CurrentCommit
This commit is contained in:
Juan Benet
2015-12-01 07:30:23 -08:00
4 changed files with 43 additions and 2 deletions

View File

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