Skip to content

Commit

Permalink
Bump 12w compat to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apivovarov committed Oct 9, 2024
1 parent 46d1468 commit 5ccae99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stablehlo/dialect/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 10, 2024
case CompatibilityRequirement::MAX:
return Version::getMinimumVersion();
}
Expand Down

0 comments on commit 5ccae99

Please sign in to comment.