Commit f5054fe1 authored by clabby's avatar clabby Committed by GitHub

Add `op-program` to tag service (#9546)

parent 03759658
...@@ -27,6 +27,7 @@ on: ...@@ -27,6 +27,7 @@ on:
- op-batcher - op-batcher
- op-proposer - op-proposer
- op-challenger - op-challenger
- op-program
- op-dispute-mon - op-dispute-mon
- op-ufm - op-ufm
- proxyd - proxyd
......
...@@ -17,6 +17,7 @@ MIN_VERSIONS = { ...@@ -17,6 +17,7 @@ MIN_VERSIONS = {
'op-node': '0.10.14', 'op-node': '0.10.14',
'op-batcher': '0.10.14', 'op-batcher': '0.10.14',
'op-challenger': '0.0.4', 'op-challenger': '0.0.4',
'op-program': '0.0.0',
'op-dispute-mon': '0.0.0', 'op-dispute-mon': '0.0.0',
'op-proposer': '0.10.14', 'op-proposer': '0.10.14',
'op-ufm': '0.1.0', 'op-ufm': '0.1.0',
......
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