Skip to content

Commit

Permalink
updated converter version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yudilevi committed Oct 26, 2023
1 parent a8b13c5 commit aa6f986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/converter/ConverterVersion.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ contract ConverterVersion {
// note that the version is defined as is for backward compatibility with older converters

// solhint-disable-next-line const-name-snakecase
uint16 public constant version = 47;
uint16 public constant version = 48;
}

0 comments on commit aa6f986

Please sign in to comment.