Skip to content

Commit 51e85c8

Browse files
committed
fix test
Signed-off-by: WangBaiping <[email protected]>
1 parent 92963a4 commit 51e85c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/extensions/dynamic_modules/abi_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace DynamicModules {
66
#endif
77
// This is the ABI version calculated as a sha256 hash of the ABI header files. When the ABI
88
// changes, this value must change, and the correctness of this value is checked by the test.
9-
const char* kAbiVersion = "88c582df7667206f8f412bc65e2e2fef32ce66fc19e8d681d135b69400e989c9";
9+
const char* kAbiVersion = "52972436b8fd594556e76e1f9adfe1c22b7fd4a6bd3bbe6d9cdc8e0d7903dc68";
1010

1111
#ifdef __cplusplus
1212
} // namespace DynamicModules

0 commit comments

Comments
 (0)