Skip to content

Commit

Permalink
fix: version upgrade (#352)
Browse files Browse the repository at this point in the history
Co-authored-by: gcranju <[email protected]>
  • Loading branch information
gcranju and Itshyphen authored Aug 20, 2024
1 parent fe47f25 commit 3668c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/sui/xcall/sources/main.move
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module xcall::main {
const EInvalidConnectionId:u64 =15;

const MAX_DATA_SIZE: u64 = 2048;
const CURRENT_VERSION: u64 = 2;
const CURRENT_VERSION: u64 = 3;

/*************Events*****************/

Expand Down

0 comments on commit 3668c70

Please sign in to comment.