Skip to content

Commit

Permalink
Bump REST API version for new PKIX cert endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
CBonnell committed Oct 14, 2024
1 parent 0439d84 commit 3b9d07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkilint/rest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pkilint.rest import model

_PKILINT_VERSION = version('pkilint')
_API_VERSION = 'v1.5'
_API_VERSION = 'v1.6'

app = FastAPI(
title='pkilint API',
Expand Down

0 comments on commit 3b9d07c

Please sign in to comment.