diff --git a/nodebuilder/node/admin.go b/nodebuilder/node/admin.go index c6c97625ef..03c9cf1b52 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.1" +const APIVersion = "v0.2.2" type module struct { tp Type