Skip to content

Commit 6b79a2e

Browse files
authored
Bump WEEK_12 to v1.6.0, WEEK_4 to 1.7.7 (#2621)
``` WEEK_4: v1.7.7 2024-10-04 37 days ago WEEK_12: v1.6.0 2024-08-16 87 days ago ```
1 parent 619c326 commit 6b79a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stablehlo/dialect/Version.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ Version Version::fromCompatibilityRequirement(
8383
case CompatibilityRequirement::NONE:
8484
return Version::getCurrentVersion();
8585
case CompatibilityRequirement::WEEK_4:
86-
return Version(1, 7, 5); // WEEK_4 ANCHOR: DO NOT MODIFY
86+
return Version(1, 7, 7); // WEEK_4 ANCHOR: DO NOT MODIFY
8787
case CompatibilityRequirement::WEEK_12:
88-
return Version(1, 5, 0); // WEEK_12 ANCHOR: DO NOT MODIFY
88+
return Version(1, 6, 0); // WEEK_12 ANCHOR: DO NOT MODIFY
8989
case CompatibilityRequirement::MAX:
9090
return Version::getMinimumVersion();
9191
}

0 commit comments

Comments
 (0)