Commit 85b7f2ce authored by protolambda's avatar protolambda

op-heartbeat: allow more versions in heartbeat service

parent a6a99dd8
...@@ -10,4 +10,11 @@ var AllowedVersions = map[string]bool{ ...@@ -10,4 +10,11 @@ var AllowedVersions = map[string]bool{
"": true, "": true,
"v0.1.0-beta.1": true, "v0.1.0-beta.1": true,
"v0.1.0-goerli-rehearsal.1": true, "v0.1.0-goerli-rehearsal.1": true,
"v0.10.9": true,
"v0.10.10": true,
"v0.10.11": true,
"v0.10.12": true,
"v0.10.13": true,
"v0.10.14": true,
"v0.11.0": true,
} }
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