From b7340aee82f7ed0fe6b6ad1ac22bd36ab057f69c Mon Sep 17 00:00:00 2001 From: Alexander Pivovarov Date: Wed, 9 Oct 2024 05:03:59 +0000 Subject: [PATCH] Bump 12w compat to v1.3.0 --- stablehlo/dialect/Version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stablehlo/dialect/Version.cpp b/stablehlo/dialect/Version.cpp index 2fbd23fee8..bfbdbec103 100644 --- a/stablehlo/dialect/Version.cpp +++ b/stablehlo/dialect/Version.cpp @@ -85,7 +85,7 @@ Version Version::fromCompatibilityRequirement( case CompatibilityRequirement::WEEK_4: return Version(1, 7, 0); // v1.7.0 - Sept 05, 2024 case CompatibilityRequirement::WEEK_12: - return Version(1, 1, 0); // v1.1.0 - May 30, 2024 + return Version(1, 3, 0); // v1.3.0 - Jul 16, 2024 case CompatibilityRequirement::MAX: return Version::getMinimumVersion(); }