Skip to content

Commit

Permalink
chore: bump CreditManagerV3 version to 3_01
Browse files Browse the repository at this point in the history
  • Loading branch information
lekhovitsky committed Jan 25, 2024
1 parent 3aa68a7 commit 217c189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/credit/CreditManagerV3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ contract CreditManagerV3 is ICreditManagerV3, SanityCheckTrait, ReentrancyGuardT
using CreditAccountHelper for ICreditAccountBase;

/// @notice Contract version
uint256 public constant override version = 3_00;
uint256 public constant override version = 3_01;

/// @notice Address provider contract address
address public immutable override addressProvider;
Expand Down

0 comments on commit 217c189

Please sign in to comment.