diff --git a/cmd/tendermint/main.go b/cmd/tendermint/main.go index 730946aa9..7e307ae68 100644 --- a/cmd/tendermint/main.go +++ b/cmd/tendermint/main.go @@ -28,6 +28,7 @@ func main() { cmd.GenNodeKeyCmd, cmd.VersionCmd, cmd.RollbackStateCmd, + cmd.SetAppVersionCommand, debug.DebugCmd, cli.NewCompletionCmd(rootCmd, true), )