Skip to content

Commit

Permalink
chore: fix the client node version (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-develope authored Sep 13, 2024
1 parent 5d23deb commit de20796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
ErrBatchNotFinalized = errors.New("the current batch is not finalized yet")

// NodeVersion is used to check the compatibility between the client and the server.
NodeVersion = "v1.1.0"
NodeVersion = "v1.1.4"
)

// PreviousBatchInfo is the struct to store the previous batch information.
Expand Down

0 comments on commit de20796

Please sign in to comment.