Skip to content

Commit

Permalink
Fix SMBR version number
Browse files Browse the repository at this point in the history
  • Loading branch information
CBonnell committed Nov 27, 2024
1 parent 439e8f2 commit e157804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.4
0.12.5
2 changes: 1 addition & 1 deletion pkilint/cabf/smime/smime_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pyasn1.type.univ import ObjectIdentifier


BR_VERSION = "1.0.6"
BR_VERSION = "1.0.7"


CABF_SMIME_OID_ARC = ObjectIdentifier("2.23.140.1.5")
Expand Down

0 comments on commit e157804

Please sign in to comment.