Skip to content

Commit

Permalink
Bump WEEK_12 to v1.6.0, WEEK_4 to 1.7.7 (#2621)
Browse files Browse the repository at this point in the history
```
WEEK_4: v1.7.7 2024-10-04 37 days ago
WEEK_12: v1.6.0 2024-08-16 87 days ago
```
  • Loading branch information
apivovarov authored Nov 12, 2024
1 parent 619c326 commit 6b79a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stablehlo/dialect/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ Version Version::fromCompatibilityRequirement(
case CompatibilityRequirement::NONE:
return Version::getCurrentVersion();
case CompatibilityRequirement::WEEK_4:
return Version(1, 7, 5); // WEEK_4 ANCHOR: DO NOT MODIFY
return Version(1, 7, 7); // WEEK_4 ANCHOR: DO NOT MODIFY
case CompatibilityRequirement::WEEK_12:
return Version(1, 5, 0); // WEEK_12 ANCHOR: DO NOT MODIFY
return Version(1, 6, 0); // WEEK_12 ANCHOR: DO NOT MODIFY
case CompatibilityRequirement::MAX:
return Version::getMinimumVersion();
}
Expand Down

0 comments on commit 6b79a2e

Please sign in to comment.