From d66c4b3450bd2bc952e33a30519779b5a552b44b Mon Sep 17 00:00:00 2001 From: Yilun Date: Tue, 14 May 2024 00:49:27 -0700 Subject: [PATCH] bump NetVersionNum Signed-off-by: Yilun --- cmd/nknd/commands/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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