Commit 101da16c authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: fix semver tag

The docstring for `L1FeeVault` was not bumped
properly. This commit bumps the commit message.
We should have automation around this kind of thing
to prevent it from happening in the future.
parent 6ad72677
...@@ -12,7 +12,7 @@ import { FeeVault } from "../universal/FeeVault.sol"; ...@@ -12,7 +12,7 @@ import { FeeVault } from "../universal/FeeVault.sol";
*/ */
contract L1FeeVault is FeeVault, Semver { contract L1FeeVault is FeeVault, Semver {
/** /**
* @custom:semver 1.0.0 * @custom:semver 1.1.0
* *
* @param _recipient Address that will receive the accumulated fees. * @param _recipient Address that will receive the accumulated fees.
*/ */
......
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