Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zZoMROT committed Aug 2, 2024
1 parent 2557423 commit f7cf10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/RateProvider.vy
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# pragma evm-version paris
"""
@title CurveRateProvider
@custom:version 1.0.0
@custom:version 1.0.1
@author Curve.Fi
@license Copyright (c) Curve.Fi, 2020-2024 - all rights reserved
@notice Provides quotes for coin pairs, iff coin pair is in a Curve AMM that the Metaregistry recognises.
"""

version: public(constant(String[8])) = "1.0.0"
version: public(constant(String[8])) = "1.0.1"

from vyper.interfaces import ERC20Detailed

Expand Down

0 comments on commit f7cf10e

Please sign in to comment.