Skip to content

Commit

Permalink
version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 authored Jun 28, 2023
1 parent ab19409 commit d5c646d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Constant.sol
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ library Constant {
uint256 public constant MAXIMUM_REBATE_BASE_FEE = 200 gwei;

/// software versions
uint32 public constant CURRENT_VERSION = 3;
uint32 public constant CURRENT_VERSION = 4;

/// @notice Compute the length of any string in solidity
/// @dev This method is expensive and is used only for validating
Expand Down

0 comments on commit d5c646d

Please sign in to comment.