Skip to content

Commit

Permalink
Bump WEEK_12 to v1.5.0, WEEK_4 to 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
apivovarov committed Oct 24, 2024
1 parent 5ae7716 commit c8da2db
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, 3); // v1.7.3 - Sept 23, 2024
return Version(1, 7, 5); // Sep 26, 2024
case CompatibilityRequirement::WEEK_12:
return Version(1, 4, 2); // v1.4.2 - Jul 25, 2024
return Version(1, 5, 0); // Aug 1, 2024
case CompatibilityRequirement::MAX:
return Version::getMinimumVersion();
}
Expand Down

0 comments on commit c8da2db

Please sign in to comment.