From ddfbdd26890a0692e3929b2c07f9ba32ceb6d0cb Mon Sep 17 00:00:00 2001 From: Callum Waters Date: Tue, 14 Dec 2021 19:15:50 +0100 Subject: [PATCH] add new command --- cmd/tendermint/main.go | 1 + 1 file changed, 1 insertion(+) 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), )