Hi,
Not sure if this is contracts or sdk category and appreciate your indulgence. This may be very simple, but…
I’m trying to configure a new project using Oz CLI and the latest upgradable contracts v2.4.
When I run npm install @openzeppelin/contracts-ethereum-package the contracts installed are not the latest release on github, but a prior version. I can tell this because the ERC721metadata.sol does not contain the new _baseURI functionality.
npx oz --version is v. 2.7.1
oz --version (global) is v 2.6
node --version is 10.16.0
I’d appreciate anyone’s thoughts on what I might be missing?
Thank you.