Snap for 9239618 from 026729cb1a94234eafa08c93d8ea3d121d71fad9 to tm-platform-release

Change-Id: I638071fd879637f271fc88fb2f91b2d5811ad14f
diff --git a/src/crypto/fipsmodule/self_check/fips.c b/src/crypto/fipsmodule/self_check/fips.c
index ce03957..2d75828 100644
--- a/src/crypto/fipsmodule/self_check/fips.c
+++ b/src/crypto/fipsmodule/self_check/fips.c
@@ -31,7 +31,7 @@
 const char *FIPS_module_name(void) { return "BoringCrypto"; }
 
 uint32_t FIPS_version(void) {
-  return 0;
+  return 2022061300;
 }
 
 int FIPS_query_algorithm_status(const char *algorithm) {