hats-finance / hats-contracts

MIT License
36 stars 47 forks source link

add a version property to the HATVault contract #495

Closed jellegerbrandy closed 1 year ago

ben-kaufman commented 1 year ago

Should this be just a constant hardcoded in the contract? ie. string public constant VERSION = "X.X";

ben-kaufman commented 1 year ago

And should it be in the interface?