Bump version to 5.5.0

pull/36/head
Lealem Amedie 2022-08-31 13:28:10 -07:00
parent 1f88948c51
commit 6e712f8164
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 57aac1c50b45275c7a99eca32ad985998b292dc8
Subproject commit 44f81f8bc082319cebf0e37df8470aa5748c1355

View File

@ -1,6 +1,6 @@
# When bumping the C library version, reset the POST count to 0
__wolfssl_version__ = "v5.4.0-stable"
__wolfssl_version__ = "v5.5.0-stable"
# We're using implicit post releases [PEP 440] to bump package version
# while maintaining the C library version intact for better reference.
@ -8,4 +8,4 @@ __wolfssl_version__ = "v5.4.0-stable"
#
# MAJOR.MINOR.BUILD-POST
__version__ = "5.4.0-1"
__version__ = "5.5.0-0"