Skip to content

Commit 421bd83

Browse files
committed
Update wolfBoot version to 2.2.0
1 parent 04a6ec6 commit 421bd83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/wolfboot/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ extern "C" {
2929
#endif
3030

3131

32-
#define LIBWOLFBOOT_VERSION_STRING "2.1.0"
33-
#define LIBWOLFBOOT_VERSION_HEX 0x02010000
32+
#define LIBWOLFBOOT_VERSION_STRING "2.2.0"
33+
#define LIBWOLFBOOT_VERSION_HEX 0x02020000
3434

3535
#ifndef WOLFBOOT_VERSION
3636
#define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX

0 commit comments

Comments
 (0)