Skip to content

Commit

Permalink
update simple loan contract version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhanai committed Dec 17, 2024
1 parent 6f390c8 commit d85e4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loan/terms/simple/loan/PWNSimpleLoan.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { Expired, AddressMissingHubTag } from "pwn/PWNErrors.sol";
contract PWNSimpleLoan is PWNVault, ReentrancyGuard, IERC5646, IPWNLoanMetadataProvider {
using MultiToken for address;

string public constant VERSION = "1.2.2";
string public constant VERSION = "1.3";

/*----------------------------------------------------------*|
|* # VARIABLES & CONSTANTS DEFINITIONS *|
Expand Down

0 comments on commit d85e4d2

Please sign in to comment.