Skip to content

Commit

Permalink
Bump pkcs11 library version to 1.5
Browse files Browse the repository at this point in the history
Bug: 335217925
Change-Id: I351be0d59e4a286090c32534eb5c68fc14d783c1
  • Loading branch information
iontzialla committed Apr 29, 2024
1 parent 6a97fdb commit cdcf0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmsp11/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

namespace cloud_kms::kmsp11 {

constexpr CK_VERSION kLibraryVersion = {1, 4};
constexpr CK_VERSION kLibraryVersion = {1, 5};

}

Expand Down

0 comments on commit cdcf0c0

Please sign in to comment.