Commit 7cd55c4b authored by Maurelian's avatar Maurelian

feat(ctb): Update semver to 1.0.0

parent 82f27c29
...@@ -71,8 +71,8 @@ contract DelayedVetoable is ISemver { ...@@ -71,8 +71,8 @@ contract DelayedVetoable is ISemver {
} }
/// @notice Semantic version. /// @notice Semantic version.
/// @custom:semver 0.0.1 /// @custom:semver 1.0.0
string public constant version = "0.0.1"; string public constant version = "1.0.0";
/// @notice Sets the target admin during contract deployment. /// @notice Sets the target admin during contract deployment.
/// @param vetoer_ Address of the vetoer. /// @param vetoer_ Address of the vetoer.
......
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