Skip to content

Commit

Permalink
update prohibition core version to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tlip committed Apr 18, 2023
1 parent 968aa4e commit 5daaac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ contract GenArt721CoreV3_Engine_Flex_PROHIBITION is
bool public immutable autoApproveArtistSplitProposals;

/// version & type of this core contract
bytes32 constant CORE_VERSION = "v3.1.2";
bytes32 constant CORE_VERSION = "v3.1.3";

function coreVersion() external pure returns (string memory) {
return CORE_VERSION.toString();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ for (const coreContractName of coreContractsToTest) {
describe("coreVersion", function () {
it("returns expected value", async function () {
const config = await loadFixture(_beforeEach);
let targetCoreVersion = "v3.1.2";
let targetCoreVersion = "v3.1.3";
const coreVersion = await config.genArt721Core
.connect(config.accounts.deployer)
.coreVersion();
Expand Down

0 comments on commit 5daaac1

Please sign in to comment.