diff --git a/cmd/nknd/commands/root.go b/cmd/nknd/commands/root.go index 1c6f945b..d1fdbc6e 100644 --- a/cmd/nknd/commands/root.go +++ b/cmd/nknd/commands/root.go @@ -47,7 +47,7 @@ import ( ) const ( - NetVersionNum = 31 // This is temporary and will be removed soon after mainnet is stabilized + NetVersionNum = 32 // This will be removed later ) // rootCmd represents the base command when called without any subcommands