Skip to content

Commit

Permalink
fix!: make API version match node version
Browse files Browse the repository at this point in the history
  • Loading branch information
distractedm1nd committed Oct 9, 2023
1 parent d69d3b2 commit 00b32a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodebuilder/node/admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00b32a8

Please sign in to comment.