Bump version to 5.5.0
parent
1f88948c51
commit
6e712f8164
|
|
@ -1 +1 @@
|
|||
Subproject commit 57aac1c50b45275c7a99eca32ad985998b292dc8
|
||||
Subproject commit 44f81f8bc082319cebf0e37df8470aa5748c1355
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue