diff --git a/doc/html b/doc/html
index fcc08f36493..44cb512ecc7 160000
--- a/doc/html
+++ b/doc/html
@@ -1 +1 @@
-Subproject commit fcc08f364939940b0facf9a7e7eaa7c98ebb8956
+Subproject commit 44cb512ecc7c62e1af09ed1526b8ff19c1b21c0d
diff --git a/include/outcome/detail/revision.hpp b/include/outcome/detail/revision.hpp
index 423281920fa..71c22c9eaab 100644
--- a/include/outcome/detail/revision.hpp
+++ b/include/outcome/detail/revision.hpp
@@ -22,6 +22,6 @@ Distributed under the Boost Software License, Version 1.0.
*/
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
-#define OUTCOME_PREVIOUS_COMMIT_REF c79bd04d216b1c918dcebba66cf4de5fd67b1cb8
-#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-06-14 10:41:17 +00:00"
-#define OUTCOME_PREVIOUS_COMMIT_UNIQUE c79bd04d
+#define OUTCOME_PREVIOUS_COMMIT_REF 9d86631b47fcd1c1aad84511793d8ef1d729a693
+#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-06-14 10:51:48 +00:00"
+#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 9d86631b
diff --git a/test/compile-fail/issue0071-fail.cpp b/test/compile-fail/issue0071-fail.cpp
index dc58da98038..661d6da407f 100644
--- a/test/compile-fail/issue0071-fail.cpp
+++ b/test/compile-fail/issue0071-fail.cpp
@@ -1,5 +1,5 @@
/* clang-format off
-(error: no matching function for call to .+::basic_result|error: no matching constructor for initialization of 'result'|cannot convert argument 1 from 'int')
+(error: no matching function for call to .+::basic_result|error: no matching constructor for initialization of 'result'|cannot convert argument 1 from 'int'|no overloaded function could convert all the argument types)
clang-format on