Which version of OpenZeppelin is stable to create a new Currency?

Hi @hussammustafa,

You can use Solidity 0.6 with OpenZeppelin Upgrades Truffle plugin.

The step by step tutorial has example contracts using Solidity 0.7 but you can change all of these to Solidity 0.6 as the contracts are very simple.