From 00b32a808c6d800e4e820ea33a6b6c2811a0ad3a Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 9 Oct 2023 10:56:59 +0200 Subject: [PATCH] fix!: make API version match node version --- nodebuilder/node/admin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodebuilder/node/admin.go b/nodebuilder/node/admin.go index 03c9cf1b52..8063835f1d 100644 --- a/nodebuilder/node/admin.go +++ b/nodebuilder/node/admin.go @@ -10,7 +10,7 @@ import ( "github.com/celestiaorg/celestia-node/libs/authtoken" ) -const APIVersion = "v0.2.2" +const APIVersion = "v0.11.0" type module struct { tp Type