We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bed19 commit 6b65f33Copy full SHA for 6b65f33
validation/versions.go
@@ -18,7 +18,7 @@ const (
18
Semver180 Semver = "op-contracts/v1.8.0-rc.4"
19
Semver200 Semver = "op-contracts/v2.0.0"
20
Semver300 Semver = "op-contracts/v3.0.0"
21
- Semver400 Semver = "op-contracts/v4.0.0-rc.7"
+ Semver400 Semver = "op-contracts/v4.0.0-rc.8"
22
)
23
24
var validSemvers = []Semver{
0 commit comments