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