Hello, i want to upgrade my contract but in openzeppelin v5 i should mention the prev contract as reference in my new contract but i want to when i change my contract, just simple upgrade that and don't want to create a new contract and pass the prev one as reference to new one.
What should i do?