Automated sync from github.com/tensorflow/tensorflow (#2572)

BUG=automated sync from upstream
NO_CHECK_TFLITE_FILES=automated sync from upstream
diff --git a/tensorflow/lite/core/macros.h b/tensorflow/lite/core/macros.h
index f1d10ae..9eab6be 100644
--- a/tensorflow/lite/core/macros.h
+++ b/tensorflow/lite/core/macros.h
@@ -74,7 +74,7 @@
 inline constexpr char tflite_metadata_min_runtime_version[] =
     "min_runtime_version";
 // the stablehlo op version is supported by the tflite runtime
-inline constexpr char tflite_supported_stablehlo_version[] = "0.19.0";
+inline constexpr char tflite_supported_stablehlo_version[] = "1.0.0";
 #endif
 
 #endif  // TENSORFLOW_LITE_CORE_MACROS_H_