Skip to content

Commit 8144586

Browse files
committed
fix: set version back to 3_00 for simple update
1 parent f165532 commit 8144586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/data/DataCompressorV3.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import "forge-std/console.sol";
7070
/// Do not use for data from data compressor for state-changing functions
7171
contract DataCompressorV3 is IDataCompressorV3, ContractsRegisterTrait, LinearInterestModelHelper {
7272
// Contract version
73-
uint256 public constant version = 3_01;
73+
uint256 public constant version = 3_00;
7474

7575
IZapperRegister public zapperRegister;
7676

0 commit comments

Comments
 (0)