Skip to content

Commit

Permalink
ops: add op-signer min version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseguy committed Sep 9, 2024
1 parent 732f459 commit b822b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ops/tag-service/tag-service.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# Minimum version numbers for packages migrating from legacy versioning.
MIN_VERSIONS = {
'proxyd': '4.6.1',
'op-signer': '0.0.1',
}

VALID_BUMPS = ('major', 'minor', 'patch', 'prerelease', 'finalize-prerelease')
Expand Down

0 comments on commit b822b12

Please sign in to comment.