Commit 0d3056d1 authored by James Kim's avatar James Kim

fix semver version

parent 4131f966
...@@ -37,7 +37,7 @@ contract Optimist is ERC721BurnableUpgradeable, Semver { ...@@ -37,7 +37,7 @@ contract Optimist is ERC721BurnableUpgradeable, Semver {
OptimistAllowlist public immutable OPTIMIST_ALLOWLIST; OptimistAllowlist public immutable OPTIMIST_ALLOWLIST;
/** /**
* @custom:semver 1.1.0 * @custom:semver 2.0.0
* @param _name Token name. * @param _name Token name.
* @param _symbol Token symbol. * @param _symbol Token symbol.
* @param _baseURIAttestor Address of the baseURI attestor. * @param _baseURIAttestor Address of the baseURI attestor.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment